X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=4fc1be219afc0675aaef3a5d8fb2d8cb6c0d9389;hb=42b8f76ab32990f2668a4e3346374de7bad91be2;hp=852928c3700eb29a9a0afaf346259de040654ee0;hpb=adc2c33c37c781444c4234c6fed38e95d084ed8d;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 852928c..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,6 +34,22 @@ h1 table.form th { text-align: right; + width: 24em; +} +table.form td +{ + padding-left: 0.5em; + vertical-align: top; +} + +fieldset +{ + margin-bottom: 1em; +} + +label.strong +{ + font-weight: bold; } .error @@ -36,6 +57,11 @@ table.form th color: red; font-weight:bold; } +.required +{ + color: red; + font-weight:bold; +} .inline { @@ -109,6 +135,21 @@ table.form th color: #FFE4B5; font-weight: bold; } +.menu-greeting +{ + display: block; + height: 12px; + color: #FFE4B5; + text-align: center; + line-height: 100%; + font-size: 14px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 16px; + padding-right: 16px; + border: 1px solid transparent; + text-decoration: none; +} #header { @@ -164,7 +205,7 @@ table.form th 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; } @@ -228,3 +269,16 @@ table.form th 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