donner des rondeurs pour opera et safari
* Comme le montre http://border-radius.com/, il est possible d'avoir des bordures arrondies pour d'autres navigateurs supportant les CSS3
This commit is contained in:
parent
29bcd7cdba
commit
0623706e4b
|
@ -201,7 +201,9 @@ img {
|
|||
margin-bottom: 20px;
|
||||
width: 1020px;
|
||||
border: 5px solid #1D6A9F;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
background-color: #F0F0FA;
|
||||
/* background: #F1F8FD url(/admin/images/bgborder.gif) repeat-y scroll top left; */
|
||||
}
|
||||
|
@ -247,7 +249,9 @@ img {
|
|||
border: 1px solid #1D6A9F;
|
||||
background-color: #C0DCF0;
|
||||
padding: 3px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.menu-box .menu-content {
|
||||
|
@ -306,7 +310,9 @@ img {
|
|||
background-color: white;
|
||||
border: 1px solid black;
|
||||
height: 8px;
|
||||
-webkit-border-radius:4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.barfill {
|
||||
|
@ -426,4 +432,4 @@ input#dir, input#sub_local {
|
|||
|
||||
#admlistbtn {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue