summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/styles.css17
-rw-r--r--pages/edit_searchtimer.ecpp6
-rw-r--r--themes/redwine/css/theme.css31
3 files changed, 14 insertions, 40 deletions
diff --git a/css/styles.css b/css/styles.css
index 0c23636..3c26063 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -911,6 +911,15 @@ table.formular tr td {
border-bottom: 1px solid #C0C1DA;
}
+able.formular tr td input {
+ margin-top: 5px;
+ margin-bottom: 2px;
+}
+
+table.formular tr td .dotted input {
+ margin-top: 0px;
+}
+
table.formular tr td.leftcol {
padding-left: 2px;
}
@@ -934,8 +943,8 @@ table.formular tr.head td {
}
table.dependent {
- background-color: #DEE6EE;
- margin-top: 10px;
+ background-color: #FFFFFF;
+ margin-top: 0px;
}
table.dependent tr td {
@@ -948,10 +957,6 @@ table.dependent tr td.title {
vertical-align: top;
}
-div.dependent {
- margin-top: 10px;
- padding: 6px 7px 6px 3px;
-}
/*
##############################
diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp
index 12fb250..0cf09e5 100644
--- a/pages/edit_searchtimer.ecpp
+++ b/pages/edit_searchtimer.ecpp
@@ -679,7 +679,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<tr>
<td class="label leftcol"><div class="withmargin"><$ tr("Use as search timer" ) $>:</div></td>
<td class="rightcol">
- <div style="float:left; max-width:50%; margin-right:20px">
+ <div>
<input type="checkbox" name="useassearchtimer" value="1" <{ CHECKIF(useassearchtimer) }> onclick="changeduseassearchtimer(this)" id="useassearchtimer"/>
</div>
<div id="searchtimermodesettings" style="display: none">
@@ -728,9 +728,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<div id="avoidrepeatssettings" style="display: none">
<table class="dependent" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td class="label"></div><$ tr("Allowed repeats") $>:</div></td>
+ <td class="label"><div class="withmargin"><$ tr("Allowed repeats") $>:</div></td>
<td>
- <input type="text" size="3" maxlength="3" name="allowedrepeats" value="<$ allowedrepeats $>" /> <$ tr("Only repeats within ... days") $>:<input type="text" size="3" maxlength="3" name="repeatswithindays" value="<$ repeatswithindays $>" />
+ <input type="text" size="3" maxlength="3" name="allowedrepeats" value="<$ allowedrepeats $>" /><span class="withmargin"><$ tr("Only repeats within ... days") $>:</span><input type="text" size="3" maxlength="3" name="repeatswithindays" value="<$ repeatswithindays $>" />
</td>
</tr>
diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css
index 4e57fae..bfda081 100644
--- a/themes/redwine/css/theme.css
+++ b/themes/redwine/css/theme.css
@@ -137,37 +137,6 @@ div.__progress div.__elapsed {
}
-/* #############
- # Timers
- #############
-*/
-
-table.timers tr td {
- background: url(../img/bg_line.png) bottom repeat-x;
- border-bottom: 1px solid #DA8DA8;
-}
-
-table.timers tr.description td {
- background: #FFE9FA;
-}
-
-
-/*
- ##############################
- # Schedule
- ##############################
-*/
-
-table.schedule tr td.head {
- background: #963B5F;
-}
-
-table.schedule tr td {
- background: url(../img/bg_line.png) bottom repeat-x;
- border-bottom: 1px solid #DA8DA8;
-}
-
-
/*
##############################
# Blue Background Thingy