summaryrefslogtreecommitdiff
path: root/themes/default/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r--themes/default/css/screen.css31
1 files changed, 22 insertions, 9 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 18395db6..1288e7b6 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -110,8 +110,6 @@ td {
vertical-align: top;
}
-
-
/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
fieldset {
@@ -233,6 +231,10 @@ li.gError select {
margin: 1em 0 1em 1em;
}
+.txtright {
+ text-align: right;
+}
+
/** *******************************************************************
* 3) Reusable content blocks
*********************************************************************/
@@ -460,6 +462,15 @@ form p.gError {
/* Individual photo content ~~~~~~~~~~~~~~ */
+#gContent #gItem {
+ width: 99%;
+}
+
+#gContent #gItem .gFullSizeLink img {
+ display: block;
+ margin: 1em auto !important;
+}
+
#gContent #gComments {
margin-top: 2em;
}
@@ -685,20 +696,22 @@ form p.gError {
/* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-#gPager {
+ #gPager {
clear: both;
- padding: 5px;
+ margin: 0;
+ padding: 5px 0 !important;
+ width: 100%;
}
#gPager li {
float: left;
- margin-right: 1em;
+ margin: 0;
+ width: 25%;
}
-#gPager li span {
- display: inline-block;
- height: 1em;
- width: 16px;
+#gPager .gInfo {
+ text-align: center;
+ width: 50%;
}
/** *******************************************************************