Commit a4f7c83d authored by Stanislav Ievlev's avatar Stanislav Ievlev

- ahttpd's CSS: replace hardcoded menu width with 'min-width' property

parent 6be61212
...@@ -242,7 +242,7 @@ textarea, select, input.text { ...@@ -242,7 +242,7 @@ textarea, select, input.text {
background-color: #@DARK_COLOR_HEX@; background-color: #@DARK_COLOR_HEX@;
padding-top: 3px; padding-top: 3px;
padding-bottom: 3px; padding-bottom: 3px;
width: 230px; min-width: 230px;
/* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/ /* background: url(/design/images/gradient.png) 0% 0% repeat-x;*/
font-weight: bold; font-weight: bold;
-moz-border-radius: 0.5em; -moz-border-radius: 0.5em;
...@@ -260,7 +260,7 @@ textarea, select, input.text { ...@@ -260,7 +260,7 @@ textarea, select, input.text {
padding-right: 10px; padding-right: 10px;
/*width:250px;*/ /*width:250px;*/
padding-top: 10px; padding-top: 10px;
width: 230px; min-width: 230px;
border-collapse: collapse; border-collapse: collapse;
/* background: url(/design/images/gradient-menu.png) 0% 0% repeat-x; /* background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
-moz-border-radius-bottomright: 1em; -moz-border-radius-bottomright: 1em;
......
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