Removed inset style from the admin.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2010-10-13 12:27:26 -07:00
parent 951eae3634
commit bdd384d7b4

View File

@@ -715,10 +715,8 @@ table .button {
/* Content item lists
----------------------------------------------------------*/
.contentItems {
border:1px solid #eaeaea;
background:#FFF;
box-shadow:inset 0 1px 2px #878686;
-moz-box-shadow:inset 0 1px 3px #878686;
-webkit-box-shadow:inset 0 1px 2px #878686;
clear:both;
margin:1em 0;
padding:0;
@@ -729,6 +727,9 @@ table .button {
overflow:hidden;
padding:0 1.4em .8em;
}
.contentItems li.last {
border-bottom:none;
}
.contentItems.bulk-items li {
padding-bottom:.6em;
padding-left:.6em;