X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Fstylesheet.css;h=218183d4bb0cbccaa6428aabc85c39c6f302ed9f;hb=c5677263c637016991f99e1b63f067280da75163;hp=63f15b55a7513b8377c238178ff4028a99813426;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/install/stylesheet.css b/install/stylesheet.css index 63f15b55..218183d4 100644 --- a/install/stylesheet.css +++ b/install/stylesheet.css @@ -5,8 +5,6 @@ body,td,th,input,textarea { } body { background-color: #557799; - background-image: url(../admin/interface/background.png); - background-repeat: repeat-x; margin: 0px; } form { @@ -68,4 +66,7 @@ a:hover { } .hide { display: none; -} \ No newline at end of file +} +select { + max-width: 1000px; +}