diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-15 19:25:31 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-15 19:25:31 +0000 |
commit | af80b967213a02fc9cd39dbddbdb2ac582b00200 (patch) | |
tree | 3f54abef1eca38b1ac129029f443d77651bdeef3 /h-source/Public/Css | |
parent | a93461b231fb94f3a6a9df09a30557732201ddcc (diff) |
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
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 73 |
1 files changed, 73 insertions, 0 deletions
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; |