myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3094] trunk: various style tweaks


From: noreply
Subject: [myexperiment-hackers] [3094] trunk: various style tweaks
Date: Tue, 21 Aug 2012 11:37:11 +0000 (UTC)

Revision
3094
Author
dgc
Date
2012-08-21 11:37:11 +0000 (Tue, 21 Aug 2012)

Log Message

various style tweaks

Modified Paths

Diff

Modified: trunk/lib/authorization.rb (3093 => 3094)


--- trunk/lib/authorization.rb	2012-08-21 10:19:39 UTC (rev 3093)
+++ trunk/lib/authorization.rb	2012-08-21 11:37:11 UTC (rev 3094)
@@ -34,8 +34,8 @@
     # remove it.
 
     return false if action.nil? || object.nil?
-#   raise "Missing action in authorisation check" unless action
-#   raise "Missing object in authorisation check" unless object
+    # raise "Missing action in authorisation check" unless action
+    # raise "Missing object in authorisation check" unless object
 
     # If it is a contribution, then work on the contributable instead.  I'm not
     # sure this is still needed and I'll remove it if I can.

Modified: trunk/public/stylesheets/gadgets.css (3093 => 3094)


--- trunk/public/stylesheets/gadgets.css	2012-08-21 10:19:39 UTC (rev 3093)
+++ trunk/public/stylesheets/gadgets.css	2012-08-21 11:37:11 UTC (rev 3094)
@@ -1,7 +1,7 @@
 /* begin css gadget base */
 
 .myexperiment_gadget {
-	margin: 0 0 0.5em 0;
+	margin: 0 0 6px 0;
 	text-align: center;
 }
 
@@ -27,17 +27,13 @@
 }
 
 .myexperiment_gadget .header {
-	border-bottom: #CCCCCC 1px solid;
-  border-radius: 8px 8px 0px 0px;
-  -moz-border-radius: 8px 8px 0px 0px;
-  -webkit-border-top-left-radius: 8px;
-  -webkit-border-top-right-radius: 8px;
-	background-image: url('/images/gadget-hd-bg.png');
-	background-position: top;
-	background-repeat: repeat-x;
-	background-color: #EEEEEE;
+  border-radius: 5px 5px 0px 0px;
+  -moz-border-radius: 5px 5px 0px 0px;
+  -webkit-border-top-left-radius: 5px;
+  -webkit-border-top-right-radius: 5px;
+	background-color: #E0E0E0;
 	text-align: center;
-	padding: 0 0.5em 0.2em 0.5em;
+	padding: 0 6px 0 6px;
 }
 
 .myexperiment_gadget .header p {
@@ -49,14 +45,14 @@
 	font-size: 85%;
 	line-height: 1.4;
 	color: #333333;
-	margin: 0 0.5em;
+	margin: 0 4px;
 }
 
 .myexperiment_gadget .contents {
-  border-radius: 0px 0px 8px 8px;
-  -moz-border-radius: 0px 0px 8px 8px;
-  -webkit-border-bottom-left-radius: 8px;
-  -webkit-border-bottom-right-radius: 8px;
+  border-radius: 0px 0px 5px 5px;
+  -moz-border-radius: 0px 0px 5px 5px;
+  -webkit-border-bottom-left-radius: 5px;
+  -webkit-border-bottom-right-radius: 5px;
 	color: #000000;
 	padding: 0.4em;
 	margin-top: 0;
@@ -69,8 +65,10 @@
 }
 
 .myexperiment_gadget .contents hr {
-	height: 1px;
-	border-bottom: 1px dotted #999999;
+  border: none;
+	height: 2px;
+  color: #456AAA;
+  background-color: #456AAA;
 	margin: 0.7em 0;
 	*margin: 0;
 	padding: 0;
@@ -109,85 +107,14 @@
 
 /* end css gadget base */
 
-/* begin css rounded corners - based on "Snazzy Corners" */
-
-.myexperiment_gadget .xtop, 
-.myexperiment_gadget .xbottom {
-	display: block;
-	background: transparent;
-	font-size: 1px;
-}
-
-.myexperiment_gadget .xb1, 
-.myexperiment_gadget .xb2, 
-.myexperiment_gadget .xb3, 
-.myexperiment_gadget .xb4,
-.myexperiment_gadget .xb5, 
-.myexperiment_gadget .xb6, 
-.myexperiment_gadget .xb7 {
-	display: block;
-	overflow: hidden;
-}
-
-.myexperiment_gadget .xb1, 
-.myexperiment_gadget .xb2, 
-.myexperiment_gadget .xb3, 
-.myexperiment_gadget .xb6, 
-.myexperiment_gadget .xb7 {
-	height: 1px;
-}
-
-.myexperiment_gadget .xb2, 
-.myexperiment_gadget .xb3, 
-.myexperiment_gadget .xb4 {
-	background: #DEDEDE;
-	border-left: 1px solid #CCCCCC;
-	border-right: 1px solid #CCCCCC;
-}
-
-.myexperiment_gadget .xb5, 
-.myexperiment_gadget .xb6, 
-.myexperiment_gadget .xb7 {
-	background: #FFFFFF;
-	border-left: 1px solid #CCCCCC;
-	border-right: 1px solid #CCCCCC;
-}
-
-.myexperiment_gadget .xb1 {
-	margin: 0 5px;
-	background: #CCCCCC;
-}
-
-.myexperiment_gadget .xb2, 
-.myexperiment_gadget .xb7 {
-	margin: 0 3px;
-	border-width: 0 2px;
-}
-
-.myexperiment_gadget .xb3, 
-.myexperiment_gadget .xb6 {
-	margin: 0 2px;
-}
-
-.myexperiment_gadget .xb4, 
-.myexperiment_gadget .xb5 {
-	height: 2px;
-	margin: 0 1px;
-}
-
-/* end css rounded corners - based on "Snazzy Corners" */
-
 /* begin css New Object Gadget style */
 
 #new_object_form {
-	padding: 0 0.5em;
-	text-align: center; 
+	padding: 0;
 }
 
 #new_object_type {
 	width: 110px;
-	text-align: center;
-	font-weight: bold;
 }
 
 /* end css New Object Gadget style */
@@ -218,8 +145,7 @@
 	margin-top: 0.6em;
 	margin-bottom: 0.2em;
 	padding: 0.2em 0;
-	border-bottom: 1px dotted #999999;
-	font-weight: bold;
+  font-size: 100%;
 }
 
 #myexp_assetmanager_gadget_contents .content {

Modified: trunk/public/stylesheets/reset-fonts-grids.css (3093 => 3094)


--- trunk/public/stylesheets/reset-fonts-grids.css	2012-08-21 10:19:39 UTC (rev 3093)
+++ trunk/public/stylesheets/reset-fonts-grids.css	2012-08-21 11:37:11 UTC (rev 3094)
@@ -4,6 +4,6 @@
 http://developer.yahoo.net/yui/license.txt
 version: 2.3.1
 */
-/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
+/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td{margin:0;padding:0}input{margin:0;padding-top:0;padding-bottom:0}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
 /*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}
-/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.301em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.117em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gb .yui-u,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;margin-left:2%;width:32%;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:.8%;}.yui-gb .yui-u{float:right;}.yui-gb div.first{margin-left:0;float:left;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g div.first{*margin:0;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-gc div.first,.yui-gc div.first,.yui-gd .yui-g,.yui-gd .yui-u{width:66%;}.yui-gd div.first,.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf div.first{width:24%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first {float:left;}.yui-ge div.first,.yui-gf .yui-g,.yui-gf .yui-u{width:74.2%;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}.yui-gb .yui-u{float:left;}
\ No newline at end of file
+/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.301em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.117em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:770px;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-180px;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-180px;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:12px;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:12px;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gb .yui-u,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;margin-left:2%;width:32%;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:.8%;}.yui-gb .yui-u{float:right;}.yui-gb div.first{margin-left:0;float:left;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g div.first{*margin:0;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-gc div.first,.yui-gc div.first,.yui-gd .yui-g,.yui-gd .yui-u{width:66%;}.yui-gd div.first,.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf div.first{width:24%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first {float:left;}.yui-ge div.first,.yui-gf .yui-g,.yui-gf .yui-u{width:74.2%;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}.yui-gb .yui-u{float:left;}

Modified: trunk/public/stylesheets/styles.css (3093 => 3094)


--- trunk/public/stylesheets/styles.css	2012-08-21 10:19:39 UTC (rev 3093)
+++ trunk/public/stylesheets/styles.css	2012-08-21 11:37:11 UTC (rev 3094)
@@ -157,11 +157,17 @@
 }
 
 #myexp_searchbar {
+
+  background-image: -moz-linear-gradient(top, #317EFF 0%, #456AAA 100%);
+  background-image: -o-linear-gradient(top, #317EFF 0%, #456AAA 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #317EFF), color-stop(1, #456AAA));
+  background-image: -webkit-linear-gradient(top, #317EFF 0%, #456AAA 100%);
+  background-image: linear-gradient(to bottom, #317EFF 0%, #456AAA 100%);
+
+  background-color: #456AAA;
+
 	height: 20px;
 	text-align: center;
-	background-image: url('/images/searchfade.png');
-	background-repeat: no-repeat;
-	background-position: top center;
 	padding: 10px 0;
 
   -moz-border-radius: 22px 22px 0px 0px;
@@ -182,8 +188,9 @@
 }
 
 #myexp_sidebar {
-	padding: 0 0.5em 0 0.5em;
+	padding: 0 6px 0 6px;
 	background-color: #456AAA;
+  width: 180px;
 }
 
 /* Begin Footer styles */
@@ -285,7 +292,7 @@
 
 .framed {
 	border: 1px solid #CCCCCC;
-	padding: 3px;
+	padding: 2px;
 	background-color: #FFFFFF;
 }
 
@@ -311,10 +318,7 @@
 	padding: 2px 12px;
 	margin-left: 3px;
 	text-decoration: none;
-	background-image: url('/images/tab-bg.png');
-	background-position: top;
-	background-repeat: repeat-x;
-	background-color: #EDEDED;
+	background-color: #E0E0E0;
 	display: inline-block;
 }
 
@@ -327,8 +331,14 @@
 }
 
 .tabnav li a:hover, .tabnav li#selected_tabnav a {
-	background-color: #317eff;
-	background-image: none;
+
+  background-image: -moz-linear-gradient(top, #317EFF 0%, #317EFF 100%);
+  background-image: -o-linear-gradient(top, #317EFF 0%, #317EFF 100%);
+  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #317EFF), color-stop(1, #317EFF));
+  background-image: -webkit-linear-gradient(top, #317EFF 0%, #317EFF 100%);
+  background-image: linear-gradient(to bottom, #317EFF 0%, #317EFF 100%);
+
+	background-color: #456AAA;
 	color: #FFFFFF;
 }
 
@@ -341,7 +351,7 @@
 	font-size: 85%;
 	text-decoration: none;
 	padding: 0.4em 0.5em;
-	background-color: #E4E4E4;
+	background-color: #E0E0E0;
 }
 
 #myexp_breadcrumbs_bar table {
@@ -2104,9 +2114,6 @@
 .pivot .filter {
   margin-bottom: 1em;
   padding: 2px;
-  background: #f0f0f0;
-  border-radius: 6px;
-  -moz-border-radius: 6px;
 }
 
 .pivot .category {
@@ -2137,24 +2144,6 @@
   background: #ffe0c0;
 }
 
-.pivot .options > DIV.selected:hover {
-  background: #dfc0a0;
-}
-
-.pivot .options > DIV:first-child {
-  border-top-left-radius: 6px;
-  border-top-right-radius: 6px;
-  -moz-border-radius-topleft: 6px;
-  -moz-border-radius-topright: 6px;
-}
-
-.pivot .options > DIV:last-child {
-  border-bottom-left-radius: 6px;
-  border-bottom-right-radius: 6px;
-  -moz-border-radius-bottomleft: 6px;
-  -moz-border-radius-bottomright: 6px;
-}
-
 .pivot .checkbox {
   display: inline;
   padding-top: 0;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]