Changed input default style
This makes a clean overall style for the buttons, selects and input fields. Now it looks more the same in all the browsers.
This commit is contained in:
@@ -26,16 +26,14 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header-search input[type="text"] {
|
#header-search input[type="text"] {
|
||||||
padding: 5px 10px;
|
padding: 0 5px;
|
||||||
height: 19px;
|
|
||||||
|
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
border-bottom-left-radius: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
}
|
}
|
||||||
#header-search input[type="submit"] {
|
|
||||||
margin: 0 0 0 -4px;
|
|
||||||
padding: 5px;
|
|
||||||
|
|
||||||
|
#header-search input[type="submit"] {
|
||||||
|
background: none;
|
||||||
|
color: white;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ body {
|
|||||||
|
|
||||||
.platform {
|
.platform {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||||
@@ -65,11 +66,6 @@ body {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input[type="text"] {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Move element down (clear), below floating elements */
|
/* Move element down (clear), below floating elements */
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
@@ -106,6 +102,10 @@ h5 {
|
|||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
@@ -115,6 +115,17 @@ a, a:link, a:visited, a:hover, a:active {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button, input, select {
|
||||||
|
width: auto;
|
||||||
|
height: 32px;
|
||||||
|
background: white;
|
||||||
|
cursor: pointer;
|
||||||
|
font-family: Arial;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #3333333;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
table {
|
table {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|||||||
0
website/styles/search.css
Normal file
0
website/styles/search.css
Normal file
Reference in New Issue
Block a user