diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index 1cc41747..164e89a1 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -11,6 +11,9 @@ input[type="password"]{ -webkit-border-radius: 5px; margin-bottom: 0.8em; } +input.block{ + margin-bottom: 20px; +} label{ margin-top: .5em; } diff --git a/themes/wilma/css/ie6.css b/themes/wilma/css/ie6.css index dc584a23..a2e3ddd3 100644 --- a/themes/wilma/css/ie6.css +++ b/themes/wilma/css/ie6.css @@ -7,10 +7,6 @@ body{ background-color: #f3f3f0; background-image: url(../images/header-background.jpg); } -#wrapper-content{ - padding-left: 10px; - padding-right: 10px; -} #intro h2 { margin-left: 24px; } @@ -78,4 +74,41 @@ article.individual-foaf-person { *float: none !important; *display: inline !important; *vertical-align: top !important; +} +/* Fix for individual pages */ +.thumb-edit-links{ + margin-top: 147px; + margin-right: 10px; + z-index: 9999; +} +#individual-intro-person{ + width: 73%; +} +#individual-intro{ + width: 65%; +} +#individual-info{ + width: 90%; +} +#share-contact { + width: auto; +} +/* Fix for menupages */ +ul#alpha-browse-childClass { + width: 545px; +} +ul#alpha-browse-childClass a { + height: 30px; + margin-left: 0; + padding-left: 6px; + width: 8px; +} +#individuals-in-childClass{ + width: 550px; +} +/* Fix for photo upload */ +input#submit, +input#submit:visited{ + padding: 5px 5px 7px; + margin-left: -17px; } \ No newline at end of file diff --git a/themes/wilma/css/ie7.css b/themes/wilma/css/ie7.css index 1fc45bbb..f2633725 100644 --- a/themes/wilma/css/ie7.css +++ b/themes/wilma/css/ie7.css @@ -16,4 +16,14 @@ *float: none !important; *display: inline !important; *vertical-align: top !important; +} +/* Fix for photo upload */ +input#submit, +input#submit:visited{ + padding: 5px 5px 7px; + margin-left: -17px; +} +/* Fix individual pages */ +#share-contact { + width: auto; } \ No newline at end of file diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index d48263bd..c1f1fe58 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -747,6 +747,12 @@ p{ .button:active { top: 1px; } +.blue{ + color: #2485ae; +} +.green{ + color: #b2d15a; +} .small.button, .small.button:visited { font-size: 11px @@ -774,15 +780,6 @@ p{ background-color: #58a2c1; } -/* MISCELLANEOUS ------> */ -.displace { - position: absolute; - left: -9999px; -} -a { - text-decoration: underline -} - /* -------------------------------------------------> */ /* INDIVIDUAL LIST ---------------------------------> */ /* -------------------------------------------------> */ @@ -1105,7 +1102,7 @@ ul#alpha-browse-childClass .count-classes { } /* INDIVIDUAL INTRO FOR PERSON ------> */ .foaf-person{ - padding-top: 2.75em; + padding-top: .2em; } /* INDIVIDUAL INTRO FOR ANY CLASS ------> */ #individual-intro h1{ @@ -1117,7 +1114,7 @@ ul#alpha-browse-childClass .count-classes { color: #5e6363; border-left: 1px solid #A6B1B0; } -#individual-intro ul#individual-tools{ +ul#individual-tools{ color: #8AA149; } #individual-intro ul.individual-urls li a{ @@ -1127,7 +1124,7 @@ ul#alpha-browse-childClass .count-classes { #individual-intro-person{ border-right: 1px solid #edf0ed; } -/* INDIVIDUAL INTRO LEFT CONTENT ------> */ +/* INDIVIDUAL INTRO - LEFT SIDE CONTENT ------> */ #share-contact img.individual-photo{ border: 7px solid #ebebeb; } @@ -1218,15 +1215,9 @@ ul#individual-areas{ ul#individual-areas li{ border-right: 1px solid #A6B1B0; } -ul#individual-areas li:first-child{ - padding-left: 0; -} ul#individual-areas li:last-child{ border-right: none; } -ul#individual-areas li{ - border-right: 1px solid #A6B1B0; -} ul#individual-areas li a{ color: #2485ae; } @@ -1306,7 +1297,6 @@ article.property h3{ article.property ul.property-list li.subclass h3 { font-size: 1.063em; color: #5E6363; - background: none; } article.property .data-property-statement{ background: #fff; @@ -1321,15 +1311,16 @@ article.property ul.property-list li a{ color: #2485ae; } /* MISCELLANEOUS ------> */ -.blue{ - color: #2485ae; -} .grey{ color: #5e6363; } -.green{ - color: #b2d15a; +.displace { + position: absolute; + left: -9999px; } -.middle{ +a { + text-decoration: underline +} +.middle { vertical-align: middle; } \ No newline at end of file