diff --git a/themes/wilma/css/ie7.css b/themes/wilma/css/ie7.css index f2633725..e387c7a7 100644 --- a/themes/wilma/css/ie7.css +++ b/themes/wilma/css/ie7.css @@ -19,11 +19,25 @@ } /* Fix for photo upload */ input#submit, -input#submit:visited{ +input#submit:visited { padding: 5px 5px 7px; margin-left: -17px; } -/* Fix individual pages */ -#share-contact { - width: auto; +/* Fix for individual pages */ +#individual-intro.person { + width: 100%; +} +.sparkline_text, +.collaboratorship-link-container { + width: 148px; +} +#individual-intro.person #individual-info { + width: 72%; +} +#individual-intro .individual-overview { + clear: left; +} +/* Miscellaneous */ +input#submit, input#submit:visited { + margin-left: 0; } \ No newline at end of file diff --git a/themes/wilma/css/reset.css b/themes/wilma/css/reset.css index ee5334c7..e8c3b557 100644 --- a/themes/wilma/css/reset.css +++ b/themes/wilma/css/reset.css @@ -97,10 +97,10 @@ table { /* New ones added to the default list */ a { text-decoration: none; - } +} fieldset { border-style: none; - } +} legend { display: none; - } \ No newline at end of file +} \ No newline at end of file diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index a68ea7fa..dfe2d488 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -422,7 +422,7 @@ input.search-vivo { color: #5e6363; margin-left: 10px; margin-top: 5px; - padding:0; + padding: 0; } #search-form-modifier { display: none; @@ -771,11 +771,6 @@ p{ border-radius: 4px; /*This box should have a rounded corners in browsers supporting CSS3*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; - /* : ; - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); - text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/ position: relative; cursor: pointer; border: 0; @@ -801,7 +796,7 @@ p{ .button:visited { font-size: 16px; font-weight: normal; - line-height: 1; /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/ + line-height: 1; } .green.button, .green.button:visited {