aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/template/goto/cat_modify.tpl4
-rw-r--r--admin/template/goto/element_set_global.tpl4
-rw-r--r--admin/template/goto/element_set_unit.tpl4
-rw-r--r--admin/template/goto/picture_modify.tpl4
-rw-r--r--admin/template/goto/theme/roma/theme.css3
-rw-r--r--template/yoga/picture.css2
6 files changed, 12 insertions, 9 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl
index 54fccd687..b9746ffe1 100644
--- a/admin/template/goto/cat_modify.tpl
+++ b/admin/template/goto/cat_modify.tpl
@@ -40,7 +40,7 @@
<tr>
<td><strong>{'Name'|@translate}</strong></td>
<td>
- <input type="text" name="name" value="{$CAT_NAME}" maxlength="60"/>
+ <input type="text" class="large" name="name" value="{$CAT_NAME}" maxlength="60"/>
</td>
</tr>
<tr>
@@ -156,7 +156,7 @@
<table>
<tr>
<td>{'Virtual category name'|@translate}</td>
- <td><input type="text" name="virtual_name"></td>
+ <td><input type="text" class="large" name="virtual_name"></td>
</tr>
<tr>
diff --git a/admin/template/goto/element_set_global.tpl b/admin/template/goto/element_set_global.tpl
index 56218a5ae..0dfa11876 100644
--- a/admin/template/goto/element_set_global.tpl
+++ b/admin/template/goto/element_set_global.tpl
@@ -125,7 +125,7 @@
<label><input type="radio" name="author_action" value="leave" checked="checked" /> {'leave'|@translate}</label>
<label><input type="radio" name="author_action" value="unset" /> {'unset'|@translate}</label>
<label><input type="radio" name="author_action" value="set" id="author_action_set" /> {'set to'|@translate}</label>
- <input onchange="document.getElementById('author_action_set').checked = true;" type="text" name="author" value="" />
+ <input onchange="document.getElementById('author_action_set').checked = true;" type="text" class="large" name="author" value="" />
</td>
</tr>
@@ -135,7 +135,7 @@
<label><input type="radio" name="name_action" value="leave" checked="checked" /> {'leave'|@translate}</label>
<label><input type="radio" name="name_action" value="unset" /> {'unset'|@translate}</label>
<label><input type="radio" name="name_action" value="set" id="name_action_set" /> {'set to'|@translate}</label>
- <input onchange="document.getElementById('name_action_set').checked = true;" type="text" name="name" value="" />
+ <input onchange="document.getElementById('name_action_set').checked = true;" type="text" class="large" name="name" value="" />
</td>
</tr>
diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl
index a5690885b..14d5a34a5 100644
--- a/admin/template/goto/element_set_unit.tpl
+++ b/admin/template/goto/element_set_unit.tpl
@@ -40,12 +40,12 @@
<tr>
<td><strong>{'Name'|@translate}</strong></td>
- <td><input type="text" name="name-{$element.ID}" value="{$element.NAME}" /></td>
+ <td><input type="text" class="large" name="name-{$element.ID}" value="{$element.NAME}" /></td>
</tr>
<tr>
<td><strong>{'Author'|@translate}</strong></td>
- <td><input type="text" name="author-{$element.ID}" value="{$element.AUTHOR}" /></td>
+ <td><input type="text" class="large" name="author-{$element.ID}" value="{$element.AUTHOR}" /></td>
</tr>
<tr>
diff --git a/admin/template/goto/picture_modify.tpl b/admin/template/goto/picture_modify.tpl
index 37a5fc5f9..038fc5ab6 100644
--- a/admin/template/goto/picture_modify.tpl
+++ b/admin/template/goto/picture_modify.tpl
@@ -84,12 +84,12 @@
<tr>
<td><strong>{'Name'|@translate}</strong></td>
- <td><input type="text" name="name" value="{$NAME}" /></td>
+ <td><input type="text" class="large" name="name" value="{$NAME}" /></td>
</tr>
<tr>
<td><strong>{'Author'|@translate}</strong></td>
- <td><input type="text" name="author" value="{$AUTHOR}" /></td>
+ <td><input type="text" class="large" name="author" value="{$AUTHOR}" /></td>
</tr>
<tr>
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 2cbd6f649..33afcdfee 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -78,7 +78,7 @@ a { color:#f70; border-width: 0; }
a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
h2 { display:block; font-size:28px; letter-spacing:-1px;
-margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;
+margin:0 20px; height:104px; overflow:hidden; padding:0; position:absolute;
right:0; text-align:right; top:0; width:770px; }
.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute;
@@ -165,6 +165,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; }
#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
+INPUT[type="text"].large { width: 317px; }
input[type="button"], input[type="submit"], input[type="reset"] {
color:#ff3363; background-color:#222; border-color: #ff3363; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
diff --git a/template/yoga/picture.css b/template/yoga/picture.css
index 227cce4b5..bd512e34a 100644
--- a/template/yoga/picture.css
+++ b/template/yoga/picture.css
@@ -83,6 +83,8 @@ TABLE.infoTable TD.value UL {
list-style-type: square;
}
+.thumbnailCategories li { list-style: none; }
+
.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty {
padding:0;
border:0;