summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-08 17:37:35 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-08 17:37:35 +0200
commit70537725190ed54a4c3cc6a1d603cf3d1582a117 (patch)
treef59f35525ddee0c96b25c7780566a74d9f538d5c /css
parente49ddd268532cd78bdb5ef9cf9e402f5e3ba3830 (diff)
UI and model fixes
- added dropdown menu to choose parent in addfeedfolder setting - added edit button to folder items - foldermapper: also load children of children to show folder hierarchy
Diffstat (limited to 'css')
-rw-r--r--css/news.css26
1 files changed, 14 insertions, 12 deletions
diff --git a/css/news.css b/css/news.css
index 6078cdf99..f0b4d46de 100644
--- a/css/news.css
+++ b/css/news.css
@@ -1,24 +1,26 @@
+li { padding-right: 0px !important; }
+
+.accordion .title { background: #DCDCDC; font-size: 12px; border-bottom:1px solid #ccc; font-weight:bold;}
+.collapsable { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding-left: 20px;}
+.news_input { float:left; font-size:12px; padding:4px 2px; border:solid 1px #aacfe4; width:200px; }
+.svg { border: inherit; background: inherit; }
+
#leftcontent { top: 3.5em !important; padding: 0; margin: 0; }
#rightcontent { top: 3.5em !important; padding-top: 5px; }
#feeds { background: #fff; width: 20em; left: 12.5em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; padding: 0; margin: 0; }
/* #feeds a { height: 23px; display: block; margin: 0 0 0 0; padding: 0 0 0 25px; } */
#bottomcontrols { padding: 0; bottom:0px; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000;}
-#feeds_delete { position: absolute; right: 0px; background-image: url('%webroot%/core/img/actions/delete.svg'); background-repeat: no-repeat; }
-.collapsable { background: url('%webroot%/core/img/filetypes/folder.png') no-repeat left center; padding-left: 20px;}
-
-#feeds_edit { position: relative; float:right; background:url('%webroot%/core/img/actions/rename.svg') no-repeat center; }
-
-.svg { border: inherit; background: inherit; }
-
-.news_input { float:left; font-size:12px; padding:4px 2px; border:solid 1px #aacfe4; width:200px; }
+#feeds_delete { position: absolute; right: 0px; background: url('%webroot%/core/img/actions/delete.svg') no-repeat center; display: inline; }
+#feeds_edit { position: absolute; right: 1.6em; background: url('%webroot%/core/img/actions/rename.svg') no-repeat center; display: inline; }
+/* #dropdownBtn { background: url('%webroot%/core/img/actions/triangle-s.svg') no-repeat right center; } */
+#dropdownBtn { width: 9em; padding-right:20px; background: url('%webroot%/core/img/actions/triangle-s.svg') no-repeat right center; }
ul.controls li { float: left; }
-
-.accordion .title { background: #DCDCDC; font-size: 12px; border-bottom:1px solid #ccc; font-weight:bold;}
-
+ul.dropdown { position: absolute; display: none; background-color: #FEFEFE;
+ box-shadow: 0px 0px 10px rgb(0, 0, 0); border-radius: 0.5em 0.5em 0.5em 0.5em; }
li.folder_list:hover { color: rgb(0, 0, 0) !important; background: none !important; }
li.feeds_list:hover { background: none repeat scroll 0% 0% rgb(221, 221, 221) !important; }
div.collapsable:hover { background-color: rgb(221, 221, 221); }
-li { padding-right: 0px !important; }
+