Added CSS3 border-radius properties

This commit is contained in:
Benjamin Renard 2010-01-26 12:39:15 +01:00
parent b591ab3a27
commit c8afbc8fa3
12 changed files with 21 additions and 0 deletions

View file

@ -50,6 +50,7 @@ pre.programlisting {
border-style: solid;
border-color: #60B7D4;
-moz-border-radius: 6px;
border-radius: 6px;
border-width: 1px 1px 1px 6px;
opacity: 0.7;
background-color: #D4E8EE;
@ -61,6 +62,7 @@ pre.programlisting {
em.citetitle {
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #60B7D4;
font-family: sans-serif;
font-size: 1em;
@ -71,6 +73,7 @@ em.citetitle {
display: block;
width: 50%;
-moz-border-radius: 6px;
border-radius: 6px;
}
/*
@ -80,6 +83,7 @@ div.warning, div.important, div.note {
margin: 10px;
padding: 10px;
-moz-border-radius: 20px;
border-radius: 20px;
}
div.warning table, div.important table, div.note table {

View file

@ -1,5 +1,6 @@
#box-LSconfirmBox {
-moz-border-radius: 5px;
border-radius: 5px;
margin: auto;
position: absolute;
z-index: 4;
@ -49,6 +50,7 @@
.btn-LSconfirmBox {
background-color: #fff;
-moz-border-radius: 5px;
border-radius: 5px;
color: #33302b;
font-weight: bold;
padding: 3px;

View file

@ -28,6 +28,7 @@ li.LSform_layout_active {
color: #fff;
background-color: #cac9c4;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
padding: 4px;
display: inline;
margin-right: 1px;
@ -150,6 +151,7 @@ img.LSform-add-field-btn, img.LSform-remove-field-btn {
background: #33302b;
opacity: 0.8;
-moz-border-radius: 2px;
border-radius: 2px;
max-width: 500px;
text-align: justify;
}

View file

@ -10,6 +10,7 @@ div.LSformElement_image {
padding: 5px;
text-align: center;
-moz-border-radius: 1em;
border-radius: 1em;
}
img.LSformElement_image {

View file

@ -9,6 +9,7 @@
background-color: #fff;
border: 10px solid #33302b;
-moz-border-radius: 5px;
border-radius: 5px;
margin: auto;
position: absolute;
z-index: 3;
@ -36,6 +37,7 @@
#validBtn-LSsmoothbox {
background-color: #33302b;
-moz-border-radius: 5px;
border-radius: 5px;
height: 22px;
font-size: 18px;
color: #fff;

View file

@ -67,6 +67,7 @@ a img {
background-color: #fff;
border: 1px solid #53504b;
-moz-border-radius: 15px;
border-radius: 15px;
padding-top: 30px;
padding-bottom: 30px;
}

View file

@ -1,5 +1,6 @@
#box-LSconfirmBox {
-moz-border-radius: 5px;
border-radius: 5px;
margin: auto;
position: absolute;
z-index: 4;
@ -49,6 +50,7 @@
.btn-LSconfirmBox {
background-color: #fff;
-moz-border-radius: 5px;
border-radius: 5px;
color: #000;
font-weight: bold;
padding: 3px;

View file

@ -45,6 +45,7 @@ div.LSerror {
display: none;
background-color: #000;
-moz-border-radius: 8px;
border-radius: 8px;
position: absolute;
max-width: 200px;
padding: 5px;
@ -71,6 +72,7 @@ div.LSerror {
background: #333;
opacity: 0.8;
-moz-border-radius: 2px;
border-radius: 2px;
max-width: 500px;
text-align: justify;
}

View file

@ -28,6 +28,7 @@ li.LSform_layout_active {
color: #fff;
background-color: #52BCE5;
-moz-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
padding: 4px;
display: inline;
margin-right: 1px;

View file

@ -10,6 +10,7 @@ div.LSformElement_image {
padding: 5px;
text-align: center;
-moz-border-radius: 1em;
border-radius: 1em;
}
img.LSformElement_image {

View file

@ -9,6 +9,7 @@
background-color: #fff;
border: 10px solid #000;
-moz-border-radius: 5px;
border-radius: 5px;
margin: auto;
position: absolute;
z-index: 3;
@ -36,6 +37,7 @@
#validBtn-LSsmoothbox {
background-color: #000;
-moz-border-radius: 5px;
border-radius: 5px;
height: 22px;
font-size: 18px;
color: #fff;

View file

@ -65,6 +65,7 @@ a img {
background-color: #fff;
border: 1px solid #0072b8;
-moz-border-radius: 15px;
border-radius: 15px;
padding-top: 30px;
padding-bottom: 30px;
}