move preset icon and type name into header

This commit is contained in:
Ansis Brammanis
2013-03-20 15:29:30 -04:00
parent 440706145d
commit 64ad80c5c6
3 changed files with 18 additions and 17 deletions
+10
View File
@@ -649,11 +649,21 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
position: relative;
}
.inspector-wrap .message div.fl,
.inspector-wrap .message button.fl {
height: 100%;
border-radius: 0;
border-right: 1px solid #CCC;
width: 12.5%;
text-align: center;
}
.inspector-wrap .message div.fl .icon{
margin-top: 18px;
}
.inspector-wrap .message div.fl.line .icon{
margin-left: -25px;
margin-top: -23px;
}
.inspector-wrap .message button.fr {