Browse Source

Cosmetics: pixel perfect alignment of the "actions" buttons.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3740 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 9 years ago
parent
commit
fa1367a9b3
2 changed files with 8 additions and 8 deletions
  1. 4 4
      css/light-grey.css
  2. 4 4
      css/light-grey.scss

+ 4 - 4
css/light-grey.css

@@ -1484,17 +1484,17 @@ img.first, img.last, img.next, img.prev {
 
 div.actions_button {
   float: right;
-  background: #e87c1e url("../images/actions_left.png") no-repeat scroll left top transparent;
+  background: #e87c1e url("../images/actions_left.png") no-repeat scroll left top;
   padding-left: 5px;
   margin-top: 0;
   margin-right: 10px;
-  height: 17px;
+  height: 19px;
   vertical-align: middle;
 }
 
 
 .actions_button a:hover, .actions_button a:visited, div.actions_button a {
-  background: url(../images/actions_bkg.png) no-repeat scroll right top transparent;
+  background: #e87c1e url(../images/actions_bkg.png) no-repeat scroll right top;
   color: white;
   padding-right: 8px;
   cursor: pointer;
@@ -1503,7 +1503,7 @@ div.actions_button {
   font-weight: bold;
   padding-left: 4px;
   text-decoration: none;
-  height: 17px;
+  height: 19px;
   line-height: 17px;
   display: block;
 }

+ 4 - 4
css/light-grey.scss

@@ -1105,16 +1105,16 @@ img.prev, img.first, img.next, img.last {
 }
 div.actions_button {
 	float:right;
-	background: $highlight-color url("../images/actions_left.png") no-repeat scroll left top transparent;
+	background: $highlight-color url("../images/actions_left.png") no-repeat scroll left top;
 	padding-left: 5px;
 	margin-top: 0;
 	margin-right: 10px;
-	height:17px;
+	height:19px;
 	vertical-align: middle;
 }
 
 div.actions_button a, .actions_button a:hover, .actions_button a:visited {
-	background:url(../images/actions_bkg.png) no-repeat scroll right top transparent;
+	background: $highlight-color  url(../images/actions_bkg.png) no-repeat scroll right top;
 	color:#fff;
 	padding-right: 8px;
 	cursor:pointer;
@@ -1123,7 +1123,7 @@ div.actions_button a, .actions_button a:hover, .actions_button a:visited {
 	font-weight: bold;
 	padding-left: 4px;
 	text-decoration: none;
-	height:17px;
+	height:19px;
 	line-height: 17px;
 	display: block;
 }