create slice shown only when user is in at least one project
[myslice.git] / portal / static / css / fed4fire.css
index 6340326..99e57d4 100644 (file)
@@ -31,6 +31,11 @@ h3 {
     letter-spacing:0.6pt;
     color:#201E62;
 }
+h4 {
+    font-size:12pt;
+    letter-spacing:0.6pt;
+    color:#201E62;
+}
 input[type=checkbox] {
   min-width:5px !important;
   margin-left:0 !important;
@@ -653,26 +658,90 @@ div.secondary .account a {
     color:black;
 }
 
+div.home {
+    padding-top:50px;
+}
+div.home h1 {
+    font-size:22pt;
+    border:0;
+}
+div.home h3, div.home h4 {
+    color:#424242;
+    line-height:1.4em;
+}
+div.home h3 a {
+    color:#FD6D2C;
+}
 div.dashboard {
 }
 div.dashboard a {
-    color:black;
+    color:#206090;
 }
 div.dashboard a:hover {
+    text-decoration:underline;
+}
+div.dashboard div.projects-tree {
+    margin-left:49px;
 }
 div.dashboard ul {
+    list-style-type:disc;
+    list-style-position:inside;
     text-align:left;
-    margin-left:24px;
+    margin:0 0 15px 0;
+    padding:0;
+    
+}
+div.dashboard ul ul {
+    margin:5px 0 15px 25px;
     list-style:none;
 }
+div.dashboard li {
+    margin:0 0 5px 0;
+    padding:0;
+}
+div.dashboard ul ul li {
+    margin:0;
+}
+div.dashboard ul ul a {
+}
 div.dashboard h3 {
-    border-bottom:0.5px solid #E0E0E0;
+    border-bottom:1px solid #E0E0E0;
     margin-right:15px;
+    margin-bottom:25px;
 }
 div.dashboard h3 img {
     margin:15px 15px 15px 0;
 }
+div.dashboard span.glyphicon {
+    text-align:center;
+    width:45px;
+    height:25px;
+}
+div.dashboard-create-slice {
+    display:none;
+}
+div.experiment-tools {
+}
+div.experiment-tools h4 {
+    border-bottom:1px solid #E0E0E0;
+    margin:25px 15px 25px 0;
+    padding-bottom:5px;
+}
+div.experiment-tools .jfed {
+    text-align:center;
+    margin-right:25px;
+}
+div.experiment-tools button {
+    margin:0;
+    padding:7px 10px 4px 0;
+    color:white;
+    vertical-align:middle;
+}
 
+div.experiment-tools button span {
+    margin:0;
+    padding:0;
+}
 
 div.dataTables_filter label{
     float:left;