X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=ff8a4249d3cdc2f306378a9b0a77e5f58f41d8f0;hb=59d86a4497243dd290ef731341aaa9110553dbbd;hp=16073afe11e6fe96634c941c78ab76d2b8e915f0;hpb=37fe2e29a60066614f4155c292e2a2bd99b71b49;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 16073af..ff8a424 100644 --- a/css/default.css +++ b/css/default.css @@ -20,6 +20,11 @@ a:hover, a:active text-decoration: underline; } +.ui-state-highlight a +{ + color: rgb(0,90,192) !important; +} + h1 { margin-top: 8px; @@ -37,6 +42,16 @@ table.form td vertical-align: top; } +fieldset +{ + margin-bottom: 1em; +} + +label.strong +{ + font-weight: bold; +} + .error { color: red; @@ -190,7 +205,7 @@ table.form td text-align: left; padding: 0px 0px 0px 8px; margin: 8px 0px 8px 0px; - background: url(/img/header.png) top repeat-x; + background: url(/img/header.png) center repeat-x; outline: 1px outset rgb(108,162,222); clear: both; }