Browse Source

html : refine options styles

pull/14/head
David DeSandro 14 years ago
parent
commit
a7586a1bf4
  1. 10
      css/style.css

10
css/style.css

@ -43,7 +43,7 @@ body {
.iso-container { .iso-container {
background: transparent; background: transparent;
border: 1px solid #FFF; border: 1px solid #FFF;
padding: 20px; padding: 5px;
} }
.element { .element {
@ -239,8 +239,8 @@ body {
#options li a { #options li a {
display: inline-block; display: inline-block;
padding: 0.5em; padding: 0.4em 0.5em;
background-color: #FB2; background-color: #AAA;
color: #222; color: #222;
font-weight: bold; font-weight: bold;
text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 ); text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
@ -273,12 +273,12 @@ body {
} }
#options .floated li:first-child a { #options .floated li:first-child a {
border-radius: 10px 0 0 10px; border-radius: 7px 0 0 7px;
border-left: none; border-left: none;
} }
#options .floated li:last-child a { #options .floated li:last-child a {
border-radius: 0 10px 10px 0; border-radius: 0 7px 7px 0;
} }
#options .option-set li a.selected { #options .option-set li a.selected {

Loading…
Cancel
Save