tazbug rev 72
Small fix to users plugin and go for a grey header
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 15 01:02:13 2014 +0100 (2014-01-15) |
parents | 842a117435ff |
children | c7cc9e91b4f4 |
files | web/plugins/users/users.cgi web/style.css |
line diff
1.1 --- a/web/plugins/users/users.cgi Wed Jan 08 21:36:18 2014 +0000 1.2 +++ b/web/plugins/users/users.cgi Wed Jan 15 01:02:13 2014 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 <h2>Users: $users</h2> 1.5 <div id="tools"> 1.6 <a href="$script?dashboard">Dashboard</a> 1.7 - <a href='?online'>Online users</a> 1.8 + <a href='?logged'>Logged users</a> 1.9 </div> 1.10 <pre> 1.11 EOT
2.1 --- a/web/style.css Wed Jan 08 21:36:18 2014 +0000 2.2 +++ b/web/style.css Wed Jan 15 01:02:13 2014 +0100 2.3 @@ -17,9 +17,9 @@ 2.4 /* Header */ 2.5 2.6 #header { 2.7 - background: #351a0a; 2.8 + background: #222; 2.9 height: 40px; 2.10 - border-bottom: 8px solid #d66018; 2.11 + border-bottom: 4px solid #afafaf; 2.12 } 2.13 2.14 #header h1 { 2.15 @@ -43,7 +43,7 @@ 2.16 2.17 #network { 2.18 float: right; 2.19 - padding: 12px 5px 0; 2.20 + padding: 14px 5px 0; 2.21 font-size: 12px; 2.22 margin-right: 100px; 2.23 } 2.24 @@ -83,7 +83,7 @@ 2.25 #login input[type="submit"] { float: none; } 2.26 2.27 #user { 2.28 - background-color: #3A2B22; 2.29 + background-color: #333; 2.30 padding: 4px; 2.31 width: 84px; 2.32 float: right; 2.33 @@ -103,7 +103,6 @@ 2.34 position: absolute; 2.35 right: 20px; 2.36 top: 60px; 2.37 - 2.38 } 2.39 2.40 #search input[type="text"] { width: 200px; } 2.41 @@ -154,7 +153,7 @@ 2.42 input[type="submit"], input[type="text"], input[type="password"], 2.43 select, #tools a { 2.44 color: #444444; 2.45 - border: 1px solid #cccccc; 2.46 + border: 1px solid #afafaf; 2.47 padding: 4px; 2.48 margin: 4px 0px; 2.49 font-size: 14px;