summaryrefslogtreecommitdiff
path: root/www/static/browser.css
diff options
context:
space:
mode:
authoroweissbarth2014-07-23 09:46:07 +0200
committeroweissbarth2014-07-23 09:46:07 +0200
commitc89bd0fc5efb765166e6e7630c9c62cf917c6bda (patch)
treee0f9e0a366eaa08c0362cf7db47659c0e2db6858 /www/static/browser.css
parentcfc38d8cd1f5d7d1114fc1d4bd9124109b08ab49 (diff)
downloadfiles.iamfabulous.de-c89bd0fc5efb765166e6e7630c9c62cf917c6bda.tar.gz
Code Cleanup + Added filelist header
Diffstat (limited to 'www/static/browser.css')
-rw-r--r--www/static/browser.css44
1 files changed, 11 insertions, 33 deletions
diff --git a/www/static/browser.css b/www/static/browser.css
index ed532d1..e9efd93 100644
--- a/www/static/browser.css
+++ b/www/static/browser.css
@@ -1,36 +1,26 @@
/************************************************
File list
*************************************************/
-table tr td {
- padding: 0;
- height: 30px;
+table.main-file-list{
width: 100%;
- margin: 0;
+ border-collapse: collapse;
}
-td{
- width: 100%;
-}
-tr{
+tr.file-browser{
+ height: 30px;
width: 100%;
}
-tr:hover{
+tr.file-browser:hover{
background: #CCCCCC;
}
-table{
- width: 100%;
-}
-
-
-#icon{
+td.file-icon{
width: 35px;
border: none;
}
-
a.file{
display: block;
text-decoration: none;
@@ -87,20 +77,6 @@ Menu
Tools
*************************************************/
-
-#new-folder-bg{
- width: 100%;
- height: 100%;
- background: white;
- position: fixed;
- z-index: 99;
- top: 0px;
- opacity: 0.75;
- visibility: hidden;
-}
-
-
-
#new-folder-area{
height: 190px;
width: 400px;
@@ -145,7 +121,7 @@ input.new-folder-input:focus{
}
-#upload-bg{
+#dialog-bg{
width: 100%;
height: 100%;
background: white;
@@ -206,7 +182,7 @@ label{
display: inline;
}
-#close{
+.close-icon{
font-size: 25px;
position: absolute;
top: 0;
@@ -215,7 +191,9 @@ label{
cursor: pointer;
}
-/*Context Menu*/
+/************************************************
+Context Menu
+*************************************************/
#context-menu{
box-shadow: 1px 1px 1px 1px #1F3D4C;
background-color: white;