Marijn settings #31

Merged
11166932 merged 1 commits from marijn-settings into master 2017-01-12 15:41:35 +01:00
2 changed files with 25 additions and 29 deletions
Showing only changes of commit f481c1c611 - Show all commits

View File

@@ -118,16 +118,31 @@ a, a:link, a:visited, a:hover, a:active {
button, input, select {
width: auto;
height: 32px;
padding: 0 5px;
background: white;
color: #3333333;
cursor: pointer;
border: none;
font-family: Arial;
font-family: Arial, sans-serif;
font-size: 16px;
border-radius: 7px;
}
textarea, input, select {
padding: 0 5px;
background: white;
color: #333333;
border: 1px solid #845663;
border-radius: 7px;
font-size: 16px;
}
button, input[type="submit"], input[type="reset"] {
background-color: #845663;
color: white;
padding: 0 10px;
border: none;
}
/* Tables */
@@ -159,9 +174,9 @@ div[data-title]:hover:after{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
-moz-box-shadow: 0 0 4px #222;
-webkit-box-shadow: 0 0 4px #222;
box-shadow: 0 0 4px #222;
background-color: #333;
font-size: 15px;
line-height: normal;

View File

@@ -1,13 +1,6 @@
.settings {
}
.settings input,
.settings textarea{
padding: 10px;
margin: 5px;
border-radius: 10px;
width: 200px;
}
.settings label {
@@ -16,23 +9,11 @@
text-align: right;
}
.settings input[type="submit"] {
background-color: #845663;
color: white;
}
/* All the fields for typing things. */
.settings input[type="password"],
.settings input[type="text"],
.settings input[type="date"],
.settings input[type="email"],
.settings textarea {
border: 1px solid black;
}
.settings-password {
}
.settings-profile {
width: 200px;
}