Commit 3b0e9f000c4bd1e8a92f91da8d26ac30b3179062
1 parent
71eaed9b
Exists in
master
and in
9 other branches
Style of admin panel and some of admin internal pages
Showing
1 changed file
with
135 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,135 @@ |
| 1 | +/*** Admin Pages - General Rules ***/ | |
| 2 | +.action-admin_panel-index #content .main-block h2, | |
| 3 | +.controller-features #content .main-block h2{ | |
| 4 | + font-family: Arial; | |
| 5 | + font-size: 22px; | |
| 6 | + font-weight: 700; | |
| 7 | + line-height: 21px; | |
| 8 | +} | |
| 9 | + | |
| 10 | +/*** Environment Settings ***/ | |
| 11 | + | |
| 12 | +/* Profile tab */ | |
| 13 | + | |
| 14 | +.action-admin_panel-site_info .main-content .ui-tabs{ | |
| 15 | + border: none; | |
| 16 | +} | |
| 17 | + | |
| 18 | +.action-admin_panel-site_info .main-content .ui-tabs .ui-tabs-nav{ | |
| 19 | + margin: 0 0 0 1em; | |
| 20 | + padding: 0; | |
| 21 | + background: none; | |
| 22 | + color: #172738; | |
| 23 | + border: 0px solid #aaaaaa; | |
| 24 | + border-radius: 4px; | |
| 25 | + font-weight: bold; | |
| 26 | +} | |
| 27 | + | |
| 28 | +.action-admin_panel-site_info .main-content .ui-widget-content .ui-state-default, | |
| 29 | +.action-admin_panel-site_info .main-content .ui-widget-header .ui-state-default{ | |
| 30 | + background: #d5d5d5 none; | |
| 31 | + color: #555555; | |
| 32 | + font-weight: normal; | |
| 33 | +} | |
| 34 | + | |
| 35 | +.action-admin_panel-site_info .main-content .ui-widget-content .ui-state-active, | |
| 36 | +.action-admin_panel-site_info .main-content .ui-widget-header .ui-state-active{ | |
| 37 | + background: #eeeff1; | |
| 38 | + color: #212121; | |
| 39 | + font-weight: normal; | |
| 40 | +} | |
| 41 | + | |
| 42 | +.action-admin_panel-site_info .main-content .ui-tabs .ui-tabs-panel{ | |
| 43 | + display: block; | |
| 44 | + padding: 1em 1.4em; | |
| 45 | + background-color: #eeeff1; | |
| 46 | + color: #777; | |
| 47 | + border-width: 1px; | |
| 48 | + font-size: 13px; | |
| 49 | + text-decoration: none; | |
| 50 | +} | |
| 51 | + | |
| 52 | +/*** Organizations Settings ***/ | |
| 53 | + | |
| 54 | +.action-organizations-index .main-block form#manage-profiles, | |
| 55 | +.action-organizations-index .main-block form#manage-profiles form{ | |
| 56 | + background-color: transparent; | |
| 57 | +} | |
| 58 | + | |
| 59 | +.action-organizations-index .main-block form#manage-profiles .search-field{ | |
| 60 | + margin-bottom: 30px; | |
| 61 | +} | |
| 62 | + | |
| 63 | +.action-organizations-index .main-block form#manage-profiles .search-field .formfield { | |
| 64 | + width: 100%; | |
| 65 | + margin-right: 0.5em; | |
| 66 | + float: left; | |
| 67 | +} | |
| 68 | + | |
| 69 | +.action-organizations-index .main-block form#manage-profiles .search-field .formfield input { | |
| 70 | + margin-top: 0px; | |
| 71 | + margin-right: 0.5em; | |
| 72 | + padding: 6px; | |
| 73 | + min-width: 97%; | |
| 74 | + height: 19px; | |
| 75 | + max-height: 19px; | |
| 76 | + background: none; | |
| 77 | + border: 1px solid #ccc; | |
| 78 | + border-radius: 4px; | |
| 79 | +} | |
| 80 | + | |
| 81 | +.action-organizations-index .main-block form#manage-profiles input.button.submit{ | |
| 82 | + height: 32px; | |
| 83 | + margin-top: 8px; | |
| 84 | + padding: 5px 15px; | |
| 85 | + background: #3E67B1 none; | |
| 86 | + color: #FFF; | |
| 87 | + border-radius: 4px; | |
| 88 | + border: 1px solid #3E67B1; | |
| 89 | + font-size: 14px; | |
| 90 | + text-transform: uppercase; | |
| 91 | +} | |
| 92 | + | |
| 93 | +.action-organizations-index .main-block form#manage-profiles input.button.submit:hover{ | |
| 94 | + background: #5E82C6; | |
| 95 | +} | |
| 96 | + | |
| 97 | +.action-organizations-index .main-block #environment-profiles-filter-title, | |
| 98 | +.action-organizations-index .main-block #environment-profiles-filter-filter{ | |
| 99 | + line-height: 35px; | |
| 100 | + font-size: 12px; | |
| 101 | +} | |
| 102 | + | |
| 103 | +.action-organizations-index .main-block table#organizations-list th{ | |
| 104 | + text-align: left; | |
| 105 | + vertical-align: middle; | |
| 106 | + padding: 2px 8px; | |
| 107 | +} | |
| 108 | + | |
| 109 | +/*** Features Settings ***/ | |
| 110 | + | |
| 111 | +.controller-features #content form *{ | |
| 112 | + font-size: 15px; | |
| 113 | +} | |
| 114 | + | |
| 115 | +.controller-features #content th{ | |
| 116 | + text-align: left; | |
| 117 | +} | |
| 118 | + | |
| 119 | +.controller-features #content h3{ | |
| 120 | + min-height: 0; | |
| 121 | + margin: 20px auto 10px auto; | |
| 122 | +} | |
| 123 | + | |
| 124 | +.controller-features #content hr{ | |
| 125 | + display: none; | |
| 126 | +} | |
| 127 | + | |
| 128 | +.controller-features #content ul.token-input-list{ | |
| 129 | + padding: 6px; | |
| 130 | + background: none; | |
| 131 | + border: 1px solid #ccc; | |
| 132 | + border-radius: 4px; | |
| 133 | + font-family: Arial, helvetica; | |
| 134 | + font-size: 15px; | |
| 135 | +} | ... | ... |