|
@@ -94,7 +94,7 @@ select
|
|
|
/* Add some padding to the options instead. */
|
|
|
select option
|
|
|
{
|
|
|
- padding: 1px;
|
|
|
+ padding: 2px;
|
|
|
}
|
|
|
|
|
|
/* The font size of textareas should be just a little bit larger. */
|
|
@@ -140,7 +140,7 @@ input, select, textarea, textarea.editor
|
|
|
outline: none !important;
|
|
|
border: 1px solid #bbb;
|
|
|
vertical-align: top;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 4px;
|
|
|
box-shadow: 0 2px 5px rgba(0,0,0,0.05) inset;
|
|
|
}
|
|
|
input:hover, select:hover, textarea:hover, textarea.editor:hover
|
|
@@ -160,7 +160,7 @@ input:focus, select:focus, textarea:focus, textarea.editor:focus
|
|
|
}
|
|
|
select option
|
|
|
{
|
|
|
- padding: 0.1em 0.3em 0.1em 0.3em;
|
|
|
+ padding: 0.1em 0.3em;
|
|
|
}
|
|
|
/* End lotsa new stuff */
|
|
|
|
|
@@ -173,7 +173,7 @@ select option
|
|
|
cursor: pointer;
|
|
|
font-weight: normal;
|
|
|
float: right;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
a.button_link
|
|
|
{
|
|
@@ -1167,7 +1167,7 @@ span.lowerframe span
|
|
|
{
|
|
|
position: absolute;
|
|
|
visibility: hidden;
|
|
|
- border-radius: 3px;
|
|
|
+ border-radius: 4px;
|
|
|
outline: none !important;
|
|
|
border: 1px solid #bbb;
|
|
|
}
|
|
@@ -2724,6 +2724,10 @@ tr.titlebg td
|
|
|
{
|
|
|
padding: 0 0 1em 0;
|
|
|
}
|
|
|
+#admin_login .centertext a.help img
|
|
|
+{
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
|
|
|
/* Styles for sidebar menus.
|
|
|
------------------------------------------------------- */
|