← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2420: Removed styling of buttons and lists

 

------------------------------------------------------------
revno: 2420
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2010-10-22 17:55:18 +0200
message:
  Removed styling of buttons and lists
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2010-10-20 09:27:52 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2010-10-22 15:55:18 +0000
@@ -755,64 +755,6 @@
 	margin-left: .3em;
 }
 
-.button
-{
-	padding: 2px 10px 2px 10px;
-
-	border: none;
-	background-image: url('../images/buttonblue.png');	
-	background-color: #fff;
-	background-position: left bottom;
-	background-repeat: repeat-x;
-	
-	
-	font-weight: bold;
-	color: #3f4855;
-	text-shadow: 0 1px 1px #fff;
-	
-	border: 1px solid #9da1aa;
-	border-bottom-color: #9da1aa;
-	border-top-color: #adb1ba;
-
-	-webkit-box-shadow: #f6f7f9 0 1px 1px;
-	-moz-box-shadow: #f6f7f9 0 1px 1px;
-	box-shadow: #f6f7f9 0 1px 1px;			
-	margin-right:5px;
-	margin-bottom: 2px;
-	cursor:pointer;
-}
-
-.text
-{	
-	border: none;
-	padding:2px;
-	background-color: #fff;	
-	
-	border: 1px solid #9da1aa;
-	border-bottom-color: #9da1aa;
-	border-top-color: #adb1ba;
-
-	-webkit-box-shadow: #f6f7f9 0 1px 1px;
-	-moz-box-shadow: #f6f7f9 0 1px 1px;
-	box-shadow: #f6f7f9 0 1px 1px;		
-}
-
-.combobox
-{	
-	border: none;
-	padding:2px;
-	background-color: #fff;	
-	
-	border: 1px solid #9da1aa;
-	border-bottom-color: #9da1aa;
-	border-top-color: #adb1ba;
-
-	-webkit-box-shadow: #f6f7f9 0 1px 1px;
-	-moz-box-shadow: #f6f7f9 0 1px 1px;
-	box-shadow: #f6f7f9 0 1px 1px;		
-	margin-right:5px;
-	margin-bottom: 2px;
-}
 #cluetip-inner{
 	font-size:10pt;
 }


Follow ups