]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/static/css/new-tahoe.css
revert previous commit to fix attribution (vanity)
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / static / css / new-tahoe.css
index dfe24637336ab14ac2e062a7fe9e4d7044e159e0..175c3e33718c42d0eb4d04905079fd5b1ed75aa8 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,5 @@ 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;
-}
-
-.connected-no {
-    background: #B94A48;
-}
-
-.connected-not-configured {
-    background: #444444;
+    margin: 5px;
 }