[ckan-changes] commit/ckan: zephod: [ux, package/edit][s]: Graphical tweak to edit navigation.

Bitbucket commits-noreply at bitbucket.org
Fri Sep 9 14:09:14 UTC 2011


1 new changeset in ckan:

http://bitbucket.org/okfn/ckan/changeset/3f377b502d96/
changeset:   3f377b502d96
branch:      feature-1294-ux-improvements-dataset
user:        zephod
date:        2011-09-09 13:52:04
summary:     [ux,package/edit][s]: Graphical tweak to edit navigation.
affected #:  1 file (381 bytes)

--- a/ckan/public/css/style.css	Fri Sep 09 12:40:32 2011 +0100
+++ b/ckan/public/css/style.css	Fri Sep 09 12:52:04 2011 +0100
@@ -703,6 +703,12 @@
 /* = Edit Dataset Page = */
 /* ===================== */
 
+body.edit.package div#content {
+  margin-right: 0px;
+}
+body.edit.package div#sidebar {
+  padding-left: 0px;
+}
 ul.edit-form-navigation {
   list-style-type: none;
   padding-left: 0;
@@ -727,9 +733,17 @@
   background-image:         linear-gradient(top, #f0f0f0, #e2e2e2);
             filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#e2e2e2');
 
+  border-left: none;
      -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
           border-radius: 5px; 
+     -moz-border-bottom-left-radius: 0px; 
+  -webkit-border-bottom-left-radius: 0px; 
+          border-bottom-left-radius: 0px; 
+     -moz-border-top-left-radius: 0px; 
+  -webkit-border-top-left-radius: 0px; 
+          border-top-left-radius: 0px; 
+
   -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
 }

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list