projects
/
project/views.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b260127
)
Removing the fieldset top padding that crept back in.
author
Jesse Beach
Mon, 21 Feb 2011 16:27:38 +0000 (11:27 -0500)
committer
Jesse Beach
Mon, 21 Feb 2011 16:27:38 +0000 (11:27 -0500)
css/views-admin.seven.css
patch
|
blob
|
blame
|
history
css/views-admin.theme.css
patch
|
blob
|
blame
|
history
diff --git
a/css/views-admin.seven.css
b/css/views-admin.seven.css
index
1bfde73
..
8c1d527
100644
(file)
--- a/
css/views-admin.seven.css
+++ b/
css/views-admin.seven.css
@@
-18,6
+18,14
@@
/* @group Forms */
+fieldset {
+ padding-top: 0;
+}
+
+fieldset fieldset {
+ border: medium none;
+}
+
.views-display-tab fieldset {
padding: 0 12px;
}
diff --git
a/css/views-admin.theme.css
b/css/views-admin.theme.css
index
8c0d9aa
..
5dd0a42
100644
(file)
--- a/
css/views-admin.theme.css
+++ b/
css/views-admin.theme.css
@@
-448,6
+448,12
@@
th.views-ui-operations {
margin-top: 27px;
}
+/* This could be made more general if more than one instance occurs */
+#edit-page-style .fieldset-wrapper {
+ padding-left: 0;
+ padding-right: 0;
+}
+
/* @end */
/* @group Attachments */