public/stylesheets/default.css in parlement-0.9 vs public/stylesheets/default.css in parlement-0.10

- old
+ new

@@ -191,37 +191,41 @@ padding-right: 1em; } .boxMore { text-align: right; font-weight: bolder; } -#filter { - border: none; - text-align: center; } -form#filterForm a { - font-size: larger; - font-weight: bolder; } -form#filterForm input[type='submit'], -div#identity form.setAvatar input[type='submit'], -div#identity form.setAvatar, -div#identity iframe { - display: none; } -div#identity form.setAvatar input[type='file'] { width: 90%; } +#identity form { display: block; } +#identity form.setAvatar, #identity #edit, #identity iframe { display: none; } +#identity:hover form.setAvatar, #identity:hover #edit { display: block; } +#identity fieldset#edit { + border: solid thin yellow; + padding: 0.5em 0; + margin: 0.5em 0; } +#identity fieldset#edit label { color: #3b76ae; } +#identity fieldset#edit legend { color: #333; } img.avatar { float: left; width: auto; max-width: 30%; _max-width: none; margin-right: 1em; } -div#identity img.avatar { +#identity img.avatar { float: none; margin: 0 auto; display: block; max-width: 90%; _max-width: none; width: expression((offsetWidth > document.body.offsetWidth*0.3) ? "100%" : offsetWidth); } -div#identity:hover form.setAvatar { display: block; } +#filter { + border: none; + text-align: center; } +form#filterForm a { + font-size: larger; + font-weight: bolder; } +form#filterForm input[type='submit'] { display: none; } + div.listByDate ul, div.listByVote ul { margin: 0 3px; padding: 0; } div#listByDate li.boxLine, div#listByVote li.boxLine { background: none; @@ -433,10 +437,12 @@ _ __ ___ ___ ____ | |__ ___ _ __ __| | ___ _ __ | '_ ` _ \ / _ \_ /____| '_ \ / _ \| '__/ _` |/ _ \ '__| | | | | | | (_) / /_____| |_) | (_) | | | (_| | __/ | |_| |_| |_|\___/___| |_.__/ \___/|_| \__,_|\___|_| */ body { -moz-border-radius: 1em 0 1em 1em; } -input, textarea, input[type='button'], input[type='submit'], blockquote { +input, textarea { + -moz-border-radius: 1em 0 0 1em; } +input[type='button'], input[type='submit'], blockquote { -moz-border-radius: 0 1em 1em 0; } .links { -moz-border-radius: 1em 1em 0 0; } .box, .sidebar, .choices { -moz-border-radius: 0 0 1em 1em; } .login { -moz-border-radius: 1em; } .eltSub { -moz-border-radius: 0 0 0 1em; }