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