From cba7002e3cae72c6d9588909a5dcc630706692dc Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Thu, 5 Jun 2014 23:08:29 +0200 Subject: Added logout button. Now using new icons. --- www/browse.php | 5 +++-- www/static/browser.css | 18 +++++++++++++----- 2 files changed, 16 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/browse.php b/www/browse.php index 22f45d2..ceb1be7 100644 --- a/www/browse.php +++ b/www/browse.php @@ -114,7 +114,8 @@ function get_item($file){ function print_menu(){ echo ''; } diff --git a/www/static/browser.css b/www/static/browser.css index e895b97..d2c45fe 100644 --- a/www/static/browser.css +++ b/www/static/browser.css @@ -55,20 +55,28 @@ Menu right: 0; margin-top: 10px; margin-right: 30px; + color: white; } + .menu-item{ - height: 45px; - width: 45px; + height: 50px; + width: 50px; margin: 10px; display:inline-block; + text-align: center; +} + +.logout-item-link{ + text-decoration: none; + color: white; } .menu-item:hover{ margin: 10px; background:#2669AB; - height: 45px; - width: 45px; + height: 50px; + width: 50px; border-radius: 10px; box-shadow: 3px -3px 5px black; } @@ -197,4 +205,4 @@ label{ right: 00px; margin-right: 10px; cursor: pointer; -} \ No newline at end of file +} -- cgit v1.2.3