Skip to content

Commit

Permalink
Homogenous and better styling in Mozilla.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu Gopal committed Jun 25, 2009
1 parent 2d649d8 commit 4ddbf6d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions protoinspector.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
-webkit-opacity: 1;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
margin-bottom: 10px;
text-align: center;
}
Expand All @@ -39,6 +40,14 @@
visibility: hidden;
}

.protoinspector-default p:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.protoinspector-default fieldset {
border: 0px;
border-top: 1px solid black;
Expand All @@ -60,7 +69,8 @@
}

.protoinspector-default input[type='text'], .protoinspector-default textarea {
padding: 0; margin: 0;
float: left;
padding: 0px; margin: 0px;
width: 120px;
}

Expand All @@ -71,6 +81,7 @@
-moz-border-radius: 5px;
background-color: #555;
border: 0px;
margin: 0px;
}

.protoinspector-default input[type='submit']:hover, .protoinspector-default button:hover {
Expand Down

0 comments on commit 4ddbf6d

Please sign in to comment.