summaryrefslogtreecommitdiff
path: root/www/static
diff options
context:
space:
mode:
authoroweissbarth2014-06-05 23:08:29 +0200
committeroweissbarth2014-06-05 23:08:29 +0200
commitcba7002e3cae72c6d9588909a5dcc630706692dc (patch)
treebb406b8ea3cbfc2ebe10ffcb1d41aee44aa31536 /www/static
parent6c2bc2f4f0e6327ec19df0c06d931c10be0ff1e1 (diff)
downloadfiles.iamfabulous.de-cba7002e3cae72c6d9588909a5dcc630706692dc.tar.gz
Added logout button. Now using new icons.
Diffstat (limited to 'www/static')
-rw-r--r--www/static/browser.css18
1 files changed, 13 insertions, 5 deletions
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
+}