Skinned my account page

This commit is contained in:
Latif Khalifa
2013-10-14 08:22:32 +02:00
parent 182825f792
commit e9466ce592
5 changed files with 34 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ div {
margin: 0;
}
/*
input {
color: #a0a0a0;
background-color: #2C3737;
@@ -38,6 +39,22 @@ input {
input:hover {
background-color: #445A5E;
}
*/
input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
textarea,
select,
input[type="text"] {
padding: 0.25em 0.3em;
margin: 0.1em 0;
vertical-align: middle;
border-radius: 4px;
}
a, a:link, a:hover, a:visited, a:active {
text-decoration: none;