You need to sign in or sign up before continuing.
Commit f530ca45 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set correct size for typical graphical buttons. Set appropriate indent for small hint of fields.

parent c936bf75
......@@ -91,6 +91,11 @@ input.text[disabled], select[disabled]{
color:#666666;
}
small {
margin-left: 5px;
margin-bottom: 3px;
}
.btn, button {
color: black;
background-color: #dbeef6;
......@@ -132,8 +137,8 @@ div#top .btn {
}
.next-page-button,.prev-page-button,.first-page-button,.last-page-button {
width: 25px;
height: 20px;
width: 31px;
height: 25px;
vertical-align:middle;
cursor: pointer;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment