]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/static/css/new-tahoe.css
wui: improved columns in welcome page server list
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / static / css / new-tahoe.css
index fa1269a10796902374e5e1efc246e5afb18188de..8ab7f47d64b4b6f3aa0811bcee8a38d6eac0d2b7 100644 (file)
@@ -46,7 +46,7 @@ body {
     margin-bottom: 20px;
 }
 
-.grid-status .status-indicator {
+.grid-status {
     margin-top: 5px;
 }
 
@@ -75,23 +75,14 @@ body {
 
 .status-indicator {
     float: left;
-    width: 16px;
-    height: 16px;
-    border-radius: 50%;
-    display: inline-block;
-    vertical-align: middle;
-    margin-right: 4px;
-    margin-top: 2px;
-}
-
-.connected-yes {
-    background: #468847;
+    margin: 5px;
 }
 
-.connected-no {
-    background: #B94A48;
+.nickname-and-peerid .timestamp {
+    float: right;
 }
 
-.connected-not-configured {
-    background: #444444;
+a.timestamp {
+    color: inherit;
+    text-decoration:none;
 }