Elgg  Version 2.3
patches.css.php
Go to the documentation of this file.
1 <?php
2 
16 ?>
17 
18 .elgg-fieldset-has-legend {
19  border: 1px solid #dedede;
20  padding: 10px;
21 }
22 
23 .elgg-fieldset-horizontal .elgg-field {
24  display: inline-block;
25  margin: 0 10px 0 0;
26 }
27 
28 .elgg-fieldset-horizontal.elgg-justify-right .elgg-field {
29  margin: 0 0 0 10px;
30 }
31 
32 .elgg-fieldset-horizontal.elgg-justify-center .elgg-field {
33  margin: 0 5px;
34 }
35 
36 .elgg-justify-center {
37  text-align: center;
38 }
39 
40 .elgg-justify-right {
41  text-align: right;
42 }
43 
44 .elgg-justify-left {
45  text-align: left;
46 }
fieldset elgg field
Definition: admin.css.php:485
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.css.php:127
margin right
Definition: admin.css.php:181
margin left
Definition: admin.css.php:294
elgg input text
Definition: admin.css.php:505
vertical align
Definition: admin.css.php:66
elgg fieldset has legend
Definition: admin.css.php:533