summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/inspector.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/inspector.css')
-rw-r--r--Source/WebCore/inspector/front-end/inspector.css36
1 files changed, 21 insertions, 15 deletions
diff --git a/Source/WebCore/inspector/front-end/inspector.css b/Source/WebCore/inspector/front-end/inspector.css
index f8faae15b..fdebbb998 100644
--- a/Source/WebCore/inspector/front-end/inspector.css
+++ b/Source/WebCore/inspector/front-end/inspector.css
@@ -269,14 +269,20 @@ body.detached.platform-mac-snowleopard #toolbar-dropdown {
padding: 0 2px;
margin: 0;
width: 165px;
- position: relative;
- top: 1px;
}
.search-replace:focus {
outline: none;
}
+.toolbar-search {
+ border-spacing: 1px;
+}
+
+.toolbar-search td {
+ padding: 0 5px 0 0;
+}
+
.toolbar-search-navigation-controls {
position: absolute;
top: 0;
@@ -299,11 +305,6 @@ body.detached.platform-mac-snowleopard #toolbar-dropdown {
opacity: 1.0;
}
-.toolbar-search {
- line-height: 19px;
- height: 22px;
-}
-
.toolbar-search input[type="checkbox"] {
position: relative;
margin-top: -1px;
@@ -314,9 +315,10 @@ body.detached.platform-mac-snowleopard #toolbar-dropdown {
.toolbar-search button {
border: 1px solid rgb(163, 163, 163);
border-radius: 12px;
- margin: 0 0 0 6px;
+ margin: 0 6px;
font-size: 11px;
background-image: -webkit-linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220));
+ width: 100%;
}
.toolbar-search button:active {
@@ -328,17 +330,16 @@ body.detached.platform-mac-snowleopard #toolbar-dropdown {
position: relative;
background-color: white;
border: 1px solid rgb(163, 163, 163);
- margin: 1px 2px 1px 5px;
height: 20px;
border-radius: 2px;
- padding-right: 36px;
+ padding-top: 1px;
}
.toolbar-replace-control {
border: 1px solid rgb(163, 163, 163);
height: 20px;
border-radius: 2px;
- margin-left: 5px;
+ width: 100%;
}
.toolbar-search-navigation.enabled:active {
@@ -561,15 +562,16 @@ body.drawer-visible #main-panels {
.glyph {
position: absolute;
top: -1px;
+ bottom: 1px;
left: 0;
right: 0;
- bottom: 0;
background-color: rgba(0, 0, 0, 0.75);
z-index: 1;
}
.glyph.shadow {
- top: 1px;
+ top: 0;
+ bottom: 0;
background-color: white !important;
z-index: 0;
}
@@ -594,6 +596,10 @@ button.status-bar-item {
border-right: 1px solid rgb(202, 202, 202);
}
+.status-bar button.status-bar-item .glyph {
+ margin: 0 -1px;
+}
+
.status-bar select.status-bar-item:active,
.status-bar button.status-bar-item:active {
background-color: rgb(163,163,163);
@@ -624,7 +630,7 @@ button.status-bar-item.extension {
background-image: url(Images/disclosureTriangleSmallDown.png);
background-repeat: no-repeat;
background-position-x: right;
- background-position-y: 6px;
+ background-position-y: 5px;
padding-right: 10px;
border-right: 5px solid transparent;
}
@@ -641,6 +647,7 @@ select.status-bar-item {
margin-right: -15px;
position: relative;
top: -1px;
+ height: 23px;
}
select.status-bar-item, select.status-bar-item:hover {
@@ -2866,5 +2873,4 @@ body.platform-mac #drawer-status-bar .search-status-bar-progress {
right: 0;
font-size: 11px;
height: auto;
- padding-left: 5px;
}