Use simply 'group' instead of 'security group' for consistency in alert about no...
[silverstripe-elijah.git] / css / GenericDataAdmin.css
blob897bad0f35086ddce024bb2b24d911e311d646fd
1 .right form div.tab {
2 padding-top: 1em;
5 form#Form_EditForm #Form_ExportForm fieldset {
6 height: auto;
10 .leftcolumn {
11 margin: 0;
12 width: 46%;
13 float: left;
16 .rightcolumn {
17 width: 46%;
18 margin: 0;
19 float: right;
20 clear: right;
23 .tab div.groupfield, .tab div.groupfield div.groupfield {
24 margin: 1.2em 0;
25 border: 1px solid #ffffff;
28 .tab div.field {
29 margin: .3em 0;
32 #left {
33 width:335px
35 #LeftPane {
36 background-color: #FFF;
37 border-left: 1px #ccc solid;
38 padding: 0;
41 /* Generic form styling */
43 #LeftPane h3 {
44 font-size:1.2em;
45 letter-spacing:1px;
46 color:#4874C6;
49 #LeftPane form label.left {
50 font-size:1.1em;
51 font-weight:bold;
52 float:left;
53 width:100px;
54 padding-right:3px;
57 #LeftPane form div {
58 clear:left;
61 #LeftPane form div.field {
62 margin-bottom:5px;
65 #LeftPane form input {
66 padding:2px;
69 #LeftPane form input.text,
70 #LeftPane form select {
71 padding:2px;
74 #LeftPane form input.text {
75 width:145px;
78 #LeftPane form div.field select {
79 width:152px;
82 #LeftPane #AddForm {
83 padding: 5px 10px;
86 #Search_holder {
87 overflow: auto;
90 #Search_holder .ToggleAdvancedSearchFields {
91 margin: 3px 0;
94 #Search_holder .Actions {
95 margin: 5px 0;
98 #Search_holder h3 {
99 margin-bottom: 8px;
102 #LeftPane #Form_CreationForm {
103 margin: 0;
104 padding: 0;
107 #LeftPane #Form_CreationForm p.Actions {
108 margin-left: 1em;
111 #SearchForm_holder {
112 overflow: auto; /* TODO */
113 padding: 5px 10px;
116 #SearchForm_holder #DateRange .calendardate,
117 #SearchForm_holder #DateRange label{
118 float:left;
119 clear:none;
120 padding:1px;
123 #SearchForm_holder #DateRange input {
124 width:65px;
127 /* Result list layout */
128 div.ResultList {
129 padding: 1em;
132 div.ResultList ul {
133 margin: 0;
134 padding: 0;
135 list-style: none;
136 background:#eee;
139 div.ResultList li {
140 padding: .1em;
143 div.ResultList ul ul {
144 margin-left: 2em;
147 div.ResultList li.odd {
148 background:#f5f5f5;
151 div.ResultList li.even {
152 background:#eee;
155 /* Result table layout */
156 table.ResultTable table tbody tr.odd {
157 background:#f5f5f5;
159 table.ResultTable table tbody tr td {
160 padding:2px;
163 table.ResultTable {
164 padding: 1em;
165 width: 100%;
167 table.ResultTable * {
168 border:0;
169 font-size:1em;
171 table.ResultTable td {
172 padding: 3px;
175 table.ResultTable thead tr {
176 background:#eee;
178 table.ResultTable thead tr td {
179 font-weight:bold;
180 letter-spacing:1px;
181 font-size:1.1em;
183 table.ResultTable tbody tr {
184 background:#eee;
186 table.ResultTable tbody tr.even {
187 background:#f0f8ff;
189 table.ResultTable tbody tr.odd {
190 background:#fff;
192 table.ResultTable tbody tr td {
193 font-size:1em;
196 #Search_holder table.ResultTable tbody tr {
197 cursor: pointer;
200 #Form_export_action_export {
201 margin-top: 10px;
204 #Form_EditForm_GenericDataStatus {
205 position: absolute;
206 z-index: 500;
207 top: -70px;
208 right: -10px;
209 text-align: right;
210 width: 150px;
211 height: 38px;
213 padding: 10px;
215 font-size: 14px;
216 font-weight: bold;
218 border: 1px solid #cc9;
219 color: #660;
220 background-color: #F9F9E3;
223 .clear:after {
224 content: ".";
225 display: block;
226 height: 0;
227 clear: both;
228 visibility: hidden;
231 .clear {display: inline-block;}
233 /* Hides from IE-mac \*/
234 * html .clear {height: 1%;}
235 .clear {display: block;}
236 /* End hide from IE-mac */