]> 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 dfe24637336ab14ac2e062a7fe9e4d7044e159e0..8ab7f47d64b4b6f3aa0811bcee8a38d6eac0d2b7 100644 (file)
@@ -4,6 +4,7 @@ body {
 }
 
 .sidebar-nav {
+  min-width: 250px;
   padding: 9px 0;
 }
 
@@ -45,12 +46,13 @@ body {
     margin-bottom: 20px;
 }
 
-.grid-status .status-indicator {
+.grid-status {
     margin-top: 5px;
 }
 
 .furl {
     font-size: 0.8em;
+    word-wrap: break-word;
 }
 
 .peerid {
@@ -73,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;
 }