summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-14 17:40:37 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-14 17:40:37 +0200
commitdafb2543fd950e90854f50eb5d087dffbe522cc4 (patch)
tree48bc21d54081c4877a09a33970adff24cc40b4c6 /css
parentae6c2a760f8b73b6826e882329e629d13efbe931 (diff)
made feeds smaller, fixed some errors from js linter
Diffstat (limited to 'css')
-rw-r--r--css/news.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css
index 8f2718030..a1157297e 100644
--- a/css/news.css
+++ b/css/news.css
@@ -112,7 +112,10 @@ div.add_parentfolder {
.dnd_over {
-moz-transition: padding-bottom 500ms ease 0s;
- transition: padding-bottom 500ms ease 0s;
+ -o-transition: padding-bottom 500ms ease 0s;
+ -webkit-transition: padding-bottom 500ms ease 0s;
+ -ms-transition: padding-bottom 500ms ease 0s;
+ transition: padding-bottom 500ms ease 0s;
}
#feeds > ul.dnd_over {
@@ -120,12 +123,18 @@ div.add_parentfolder {
}
.dnd_over > ul {
-moz-transition: padding-bottom 500ms ease 0s;
+ -o-transition: padding-bottom 500ms ease 0s;
+ -webkit-transition: padding-bottom 500ms ease 0s;
+ -ms-transition: padding-bottom 500ms ease 0s;
transition: padding-bottom 500ms ease 0s;
padding-bottom: 2.5em! important;
}
#feeds > ul ul.dnd_over {
-moz-transition: padding-bottom 500ms ease 0s;
+ -o-transition: padding-bottom 500ms ease 0s;
+ -webkit-transition: padding-bottom 500ms ease 0s;
+ -ms-transition: padding-bottom 500ms ease 0s;
transition: padding-bottom 500ms ease 0s;
padding-bottom: 2.5em !important;
}
@@ -144,7 +153,7 @@ div.add_parentfolder {
}
#feeds .buttons button {
- margin: .8em .3em 0 0;
+ margin: .6em .3em 0 0;
background-position: center;
background-repeat: no-repeat;
}
@@ -232,7 +241,7 @@ div.add_parentfolder {
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: .2em center;
- line-height: 2.8em;
+ line-height: 2.5em;
}
#feeds li:hover > a.title {