diff options
| author | spiderr <spider@viovio.com> | 2012-05-09 02:35:44 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-09 02:35:44 -0400 |
| commit | b82274ebefb37d948fedf3076752bbefd5f026d6 (patch) | |
| tree | 37d58f6e334383a3426bb609927afaf07bca5715 /css | |
| parent | 9c087648c1a5e9bbe5cb9e563c7d435d1a7b23a7 (diff) | |
| parent | 06c5e6e564091dbbfea2b62747c53f6d1afa457e (diff) | |
| download | themes-b82274ebefb37d948fedf3076752bbefd5f026d6.tar.gz themes-b82274ebefb37d948fedf3076752bbefd5f026d6.tar.bz2 themes-b82274ebefb37d948fedf3076752bbefd5f026d6.zip | |
Merge branch 'master' of github.com:bitweaver/themes
Diffstat (limited to 'css')
| -rw-r--r-- | css/forms.css | 2 | ||||
| -rw-r--r-- | css/inline.css | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/css/forms.css b/css/forms.css index 49d5239..2873dd6 100644 --- a/css/forms.css +++ b/css/forms.css @@ -7,7 +7,7 @@ select {} fieldset {} legend {font-weight:bold; margin:0 0 1.5em 0;} .row {margin:0 0 5px 0;} -.submit {text-align:center; margin:5px 0;} +.row.submit { margin-left:15.5em; } .quicktags {} .formlabel {font-weight:bold;} .forminput input[type="checkbox"] {float:left} diff --git a/css/inline.css b/css/inline.css index 931d609..f9f8ba8 100644 --- a/css/inline.css +++ b/css/inline.css @@ -15,6 +15,7 @@ html[dir='rtl'] .clearright {clear:left} .cursordefault {cursor:default} .width100p {width:100%} +.width99p {width:99%} .width95p {width:95%} .width90p {width:90%} .width85p {width:85%} @@ -26,6 +27,7 @@ html[dir='rtl'] .clearright {clear:left} .width60p {width:60%} .width55p {width:55%} .width50p {width:50%} +.width49p {width:49%} .width48p {width:48%} .width45p {width:45%} .width40p {width:40%} |
