diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-09 12:07:27 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-09 12:07:27 -0600 | 
| commit | 80bb78fa4ef3fe718cdee56fc98d5584dcd7d5b2 (patch) | |
| tree | b889ffb133bd6aa5fbe3140b6ab3f28f8b7032cf /themes/wind | |
| parent | 83203a11f8f3da23dbd2a75e94ca66a5d53ebc3f (diff) | |
Fixed resized photo float issue, added g-clearfix to g-pager on the photo view. Tightened up g-pager styles. Removed a few unecessary !importants.
Diffstat (limited to 'themes/wind')
| -rw-r--r-- | themes/wind/css/fix-ie.css | 2 | ||||
| -rw-r--r-- | themes/wind/css/screen.css | 15 | ||||
| -rw-r--r-- | themes/wind/views/photo.html.php | 2 | 
3 files changed, 3 insertions, 16 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index be6e22be..60abc08d 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -19,7 +19,7 @@ input.submit {    width: 110px;  } -#g-dialog a.g-cancel { +#g-dialog .g-cancel {    display: inline-block !important;    float: none !important;  } diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 409cbcad..5c65e344 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -234,18 +234,6 @@ li.g-error select {    margin-top: 1em;  } -/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */ - -form .g-error, -.g-pager .g-info { -  background-color: #fff !important; -} - -.g-pager .g-info { -  background-image: none !important; -  padding: 0 !important; -} -  /* Inline layout (forms, lists) ~~~~~~~~~~ */  .g-short-form li { @@ -408,7 +396,7 @@ form .g-error,  #g-content #g-item .g-fullsize-link img {    display: block; -  margin: 1em auto !important; +  margin: 1em auto;  }  #g-content #g-comments { @@ -899,7 +887,6 @@ form .g-error,  }  .rtl .g-left, -.rtl #g-dialog .g-cancel,  .rtl form ul ul li,  .rtl input[type="submit"],  .rtl input[type="reset"], diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index 2520cb0c..c9c30017 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -15,7 +15,7 @@  <div id="g-item">    <?= $theme->photo_top() ?> -  <ul class="g-pager"> +  <ul class="g-pager g-clearfix">      <li>        <? if ($previous_item): ?>        <a href="<?= $previous_item->url() ?>" class="g-button ui-icon-left ui-state-default ui-corner-all">  | 
