summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-02 02:49:34 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-02 02:49:49 +0200
commit462ca308aed3c7689a77ca7e19e796428ccb347c (patch)
treeddf28ab0aba8e672bcd3481983a90caa572be7b2 /css
parent0fe9dfd53e6d861748850ea5857ae5f5f743b7f0 (diff)
made add feed and add folder dialog client side to speed up displaying
Diffstat (limited to 'css')
-rw-r--r--css/news.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css
index d5637403b..1ad758805 100644
--- a/css/news.css
+++ b/css/news.css
@@ -77,7 +77,7 @@ div.add_parentfolder {
position: relative;
top: 0;
height: 100%;
- padding-bottom: 2.8em;
+ padding-bottom: 3em;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
@@ -515,6 +515,10 @@ div.add_parentfolder {
margin-left: 3em;
}
+ .timestamp {
+ display: none;
+ }
+
/**
* Feed timestamp
*/
@@ -645,7 +649,7 @@ div.dialog {
overflow: visible;
}
-#dropdownBtn {
+.dropdownBtn {
width: 12.5em;
padding-left: 0;
padding-right:20px;
@@ -654,7 +658,7 @@ div.dialog {
overflow: hidden;
}
-ul#dropdownmenu {
+ul.dropdownmenu {
left: 0em;
}