mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
Added CSS3 border-radius properties
This commit is contained in:
parent
b591ab3a27
commit
c8afbc8fa3
12 changed files with 21 additions and 0 deletions
|
@ -50,6 +50,7 @@ pre.programlisting {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #60B7D4;
|
border-color: #60B7D4;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
border-radius: 6px;
|
||||||
border-width: 1px 1px 1px 6px;
|
border-width: 1px 1px 1px 6px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
background-color: #D4E8EE;
|
background-color: #D4E8EE;
|
||||||
|
@ -61,6 +62,7 @@ pre.programlisting {
|
||||||
|
|
||||||
em.citetitle {
|
em.citetitle {
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
border-radius: 6px;
|
||||||
background-color: #60B7D4;
|
background-color: #60B7D4;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
@ -71,6 +73,7 @@ em.citetitle {
|
||||||
display: block;
|
display: block;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -80,6 +83,7 @@ div.warning, div.important, div.note {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
-moz-border-radius: 20px;
|
-moz-border-radius: 20px;
|
||||||
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.warning table, div.important table, div.note table {
|
div.warning table, div.important table, div.note table {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#box-LSconfirmBox {
|
#box-LSconfirmBox {
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
.btn-LSconfirmBox {
|
.btn-LSconfirmBox {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
color: #33302b;
|
color: #33302b;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
|
@ -28,6 +28,7 @@ li.LSform_layout_active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #cac9c4;
|
background-color: #cac9c4;
|
||||||
-moz-border-radius: 3px 3px 0px 0px;
|
-moz-border-radius: 3px 3px 0px 0px;
|
||||||
|
border-radius: 3px 3px 0px 0px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
@ -150,6 +151,7 @@ img.LSform-add-field-btn, img.LSform-remove-field-btn {
|
||||||
background: #33302b;
|
background: #33302b;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,7 @@ div.LSformElement_image {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-moz-border-radius: 1em;
|
-moz-border-radius: 1em;
|
||||||
|
border-radius: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.LSformElement_image {
|
img.LSformElement_image {
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 10px solid #33302b;
|
border: 10px solid #33302b;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
#validBtn-LSsmoothbox {
|
#validBtn-LSsmoothbox {
|
||||||
background-color: #33302b;
|
background-color: #33302b;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -67,6 +67,7 @@ a img {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #53504b;
|
border: 1px solid #53504b;
|
||||||
-moz-border-radius: 15px;
|
-moz-border-radius: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#box-LSconfirmBox {
|
#box-LSconfirmBox {
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
.btn-LSconfirmBox {
|
.btn-LSconfirmBox {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
|
@ -45,6 +45,7 @@ div.LSerror {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
-moz-border-radius: 8px;
|
-moz-border-radius: 8px;
|
||||||
|
border-radius: 8px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
@ -71,6 +72,7 @@ div.LSerror {
|
||||||
background: #333;
|
background: #333;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,7 @@ li.LSform_layout_active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #52BCE5;
|
background-color: #52BCE5;
|
||||||
-moz-border-radius: 3px 3px 0px 0px;
|
-moz-border-radius: 3px 3px 0px 0px;
|
||||||
|
border-radius: 3px 3px 0px 0px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
|
|
@ -10,6 +10,7 @@ div.LSformElement_image {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-moz-border-radius: 1em;
|
-moz-border-radius: 1em;
|
||||||
|
border-radius: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.LSformElement_image {
|
img.LSformElement_image {
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 10px solid #000;
|
border: 10px solid #000;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
#validBtn-LSsmoothbox {
|
#validBtn-LSsmoothbox {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -65,6 +65,7 @@ a img {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #0072b8;
|
border: 1px solid #0072b8;
|
||||||
-moz-border-radius: 15px;
|
-moz-border-radius: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue