Inspector buttons to header (#1062, #1063)

This commit is contained in:
John Firebaugh
2013-03-18 17:05:49 -07:00
parent 2fc4f041d7
commit a7b5bee63a
3 changed files with 42 additions and 55 deletions
+9 -2
View File
@@ -622,7 +622,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
position: absolute;
right: 0;
left: 0;
bottom: 90px;
bottom: 30px;
top: 60px;
}
@@ -653,13 +653,20 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
transition: box-shadow 100ms;
}
.inspector-wrap .message button.preset-reset {
.inspector-wrap .message button.fl {
height: 100%;
border-radius: 0;
border-right: 1px solid #CCC;
width: 12.5%;
}
.inspector-wrap .message button.fr {
height: 100%;
border-radius: 0;
border-left: 1px solid #CCC;
width: 12.5%;
}
.inspector-wrap .message h3 {
display: block;
line-height: 20px;