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]{ ...@@ -91,6 +91,11 @@ input.text[disabled], select[disabled]{
color:#666666; color:#666666;
} }
small {
margin-left: 5px;
margin-bottom: 3px;
}
.btn, button { .btn, button {
color: black; color: black;
background-color: #dbeef6; background-color: #dbeef6;
...@@ -132,8 +137,8 @@ div#top .btn { ...@@ -132,8 +137,8 @@ div#top .btn {
} }
.next-page-button,.prev-page-button,.first-page-button,.last-page-button { .next-page-button,.prev-page-button,.first-page-button,.last-page-button {
width: 25px; width: 31px;
height: 20px; height: 25px;
vertical-align:middle; vertical-align:middle;
cursor: pointer; 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