From af80b967213a02fc9cd39dbddbdb2ac582b00200 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 15 Oct 2013 19:25:31 +0000 Subject: added the ManagerController and the manager users group. Now the users in the manager group can modify the list of allowed distros by means of the main panel --- h-source/Public/Css/main.css | 73 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'h-source/Public/Css/main.css') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 2314940..267cfd5 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -2128,6 +2128,79 @@ div#description_tabs_content font-size:12px; } +/*page division*/ +.pageList { + text-align:left; + font:normal 14px/1 Verdana,arial; + padding:10px; +} + +div.pageList a { + padding:0 5px; + padding:0 10px; + border-left:1px solid #708090; + color: #686868; + text-decoration:none; +/* background:#4169E1; */ +} + +.page_list_legend +{ + padding-right:10px; +} + + +.mainMenu { + height:35px; + padding-top:6px; + margin-bottom:10px; +} + +.scaffold_header +{ + background:#ffa524; + padding:6px; + font:bold 14px/1.5 Verdana,arial; + color:#ffffff; + position:relative; + z-index:1; + height:22px; +} + +.mainMenuItem, .mainMenuItemLarge { + float:left; + width:105px; + height:25px; + margin:10px; + text-align:left; +} +.mainMenuItemLarge +{ + width:185px; +} +.mainMenuItem img, .mainMenuItemLarge img +{ + vertical-align:middle; +} + +.mainMenuItem a, .mainMenuItemLarge a { + vertical-align:-2px; + color: #686868; + font:bold 16px/1 Verdana,arial; + font-size:14px; +} + + +td.editForm, td.delForm, td.associateForm, td.moveupForm, td.movedownForm,td.Form, td.ledit { + width:3%; +} + + +td.simpleLink +{ + width:3%; +} + /*.version_div a { display:block; -- cgit v1.2.3