remove left border from modal header button.

This commit is contained in:
Saman Bemel-Benrud
2013-05-15 13:19:18 -04:00
parent d238e4eaeb
commit e97a957e0a
+5 -1
View File
@@ -601,7 +601,6 @@ a:hover .icon.out-link { background-position: -500px -14px;}
.header button {
height: 100%;
border-radius: 0;
border-left: 1px solid #CCC;
width: 40px;
text-align: center;
overflow: hidden;
@@ -610,6 +609,11 @@ a:hover .icon.out-link { background-position: -500px -14px;}
top: 0;
}
.modal > button.fr,
.header button.fr {
border-left: 1px solid #CCC;
}
.modal > button {
height: 59px;
z-index: 3;