+
+
+ -
+
- Servers +
- Clients +
- Sync status +
diff --git a/static/layout.css b/static/layout.css index b50b0c9..bf2bb28 100644 --- a/static/layout.css +++ b/static/layout.css @@ -1,4 +1,4 @@ -/* +/* * -- BASE STYLES -- * Most of these are inherited from Base, but I want to change a few. */ @@ -19,11 +19,11 @@ a { * Over-riding some of the .pure-button styles to make my buttons look unique */ .button { - border-radius: 6px; + border-radius: 4px; } .delete-button { background: #a20c0c; - border: 1px solid #010101; + border: 2px solid #310404; color: #ffffff; } @@ -153,11 +153,14 @@ a { } .server-item-selected { - background: #eee; + background: #eeeeee; } .server-item-unread { border-left: 6px solid #1b98f8; } +.server-item:hover { + background: #d1d0d0; +} /* server Content Styles */ .server-content-header, .server-content-body, .server-content-footer { @@ -201,7 +204,7 @@ a { /* Move the layout over so we can fit the nav + list in on the left */ #layout { - padding-left:500px; /* "left col (nav + list)" width */ + padding-left:500px; position: relative; } @@ -213,7 +216,7 @@ a { overflow: auto; } #nav { - margin-left:-500px; /* "left col (nav + list)" width */ + margin-left:-500px; width:150px; height: 100%; } diff --git a/templates/base.html b/templates/base.html index 8502e96..3509002 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,93 +1,111 @@ +
-