X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=4fc1be219afc0675aaef3a5d8fb2d8cb6c0d9389;hb=2881d1393f363efd3c5f0e9b58706e6e35e85717;hp=661dbd6fcd900122c80f8d5e3c454d1f26b9ac35;hpb=93de016032e54b45db35f18d8538fd5b11a7c72e;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 661dbd6..4fc1be2 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; @@ -29,11 +34,22 @@ h1 table.form th { text-align: right; - /*width: 25%;*/ + width: 24em; } table.form td { - vertical-align: bottom; + padding-left: 0.5em; + vertical-align: top; +} + +fieldset +{ + margin-bottom: 1em; +} + +label.strong +{ + font-weight: bold; } .error @@ -189,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; } @@ -253,3 +269,16 @@ table.form td word-spacing: 0.5em; margin-bottom: 0.5em; } + +.ui-icon-google +{ + background-image: url("/img/icon-google.png") !important; +} +.ui-icon-yahoo +{ + background-image: url("/img/icon-yahoo.png") !important; +} +.ui-icon-myopenid +{ + background-image: url("/img/icon-myopenid.png") !important; +} \ No newline at end of file