diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-03-02 23:06:23 +0100 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-03-02 23:06:23 +0100 |
commit | 61ffa182ee90e1a08538f438fb5528e32b3cf70a (patch) | |
tree | a45392a2a35a3504e2b7c26195a94ec042e7255c /css | |
parent | e5ea0a3daa307d6df6c864d13adcf733a286213e (diff) | |
download | nextcloud-server-61ffa182ee90e1a08538f438fb5528e32b3cf70a.tar.gz nextcloud-server-61ffa182ee90e1a08538f438fb5528e32b3cf70a.zip |
Application "files" is able to list the files again, start of splitting css files
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/css/styles.css b/css/styles.css index 771c430c723..4fc5a39b8c0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -571,27 +571,6 @@ p.actions a.delete -/* FILE MENU */ - -#file_menu -{ - display: none; - position: absolute; - background-color: #EEE; -} - -#file_menu ul -{ - list-style-type: none; -} - -#file_menu li a -{ - display: block; - padding: 0.5em 5em 0.5em 2em; - text-decoration: none; -} - /* USER SETTINGS ------------------------------------------------------------ */ |