aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga')
-rw-r--r--template/yoga/content.css13
-rw-r--r--template/yoga/default-layout.css7
2 files changed, 13 insertions, 7 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 6decb64f4..641225309 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -17,10 +17,12 @@ BODY#theNotificationPage #content
margin: 1em;
}
-#content H2, H3 {
+#content H3 {
margin-bottom: 1ex;
}
+#content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/
+
#content H3 {
text-align: center;
}
@@ -104,7 +106,7 @@ BODY#theNotificationPage #content
/* actions */
UL.categoryActions {
- margin: 2px;
+ margin: 0 2px;
width: auto;
padding: 0;
text-indent: 0;
@@ -117,9 +119,12 @@ UL.categoryActions {
text-align: center;
}
+#content DIV.titrePage {
+ padding: 0 0 3px;
+}
+
#content UL.categoryActions LI {
display: inline;
-
}
#content UL.categoryActions A IMG, UL.categoryActions A {
@@ -183,7 +188,7 @@ SPAN.filename:after {
#content DIV.calendarViews {
display: block;
float: right;
- margin: 2px 2px;
+ margin: 2px 0 0;
}
#content DIV.calendarBar { margin: 8px 4px; }
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 447cc957f..602355530 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -30,7 +30,7 @@ H1 {
H2 {
margin: 0;
- padding: 5px;
+ padding: 0px 5px 4px;
text-align: left;
font-size: 120%;
}
@@ -90,7 +90,7 @@ select.categoryList {
/** go to an admin.css ? **/
.table2 {
- border: 1px solid black;
+ border: 1px solid black;
margin: 1em auto;
padding: 0;
}
@@ -228,7 +228,7 @@ FORM#categoryPermissions LI {
padding: 0;
}
-BODY#theAdminPage #theHeader P {
+BODY#theAdminPage #theHeader P {
display: none;
}
@@ -257,3 +257,4 @@ UL.actions A {
border: none;
}
+