Commit fb052b52 authored by Pedro Mourelle's avatar Pedro Mourelle Committed by Tim Graham
Browse files

Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners.

parent 5dbca13f
Loading
Loading
Loading
Loading
+10 −22
Original line number Diff line number Diff line
@@ -661,45 +661,34 @@ a.deletelink:hover {
.object-tools li {
    display: block;
    float: left;
    background: url(../img/tool-left.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    margin-left: 2px;
    margin-left: 5px;
    height: 16px;
}

.object-tools li:hover {
    background: url(../img/tool-left_over.gif) 0 0 no-repeat;
.object-tools a {
    border-radius: 15px;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    color: white;
    padding: .1em 14px .1em 8px;
    height: 14px;
    background: #999 url(../img/tool-right.gif) 100% 0 no-repeat;
    padding: .2em 10px;
    background: #999;
}

.object-tools a:hover, .object-tools li:hover a {
    background: #5b80b2 url(../img/tool-right_over.gif) 100% 0 no-repeat;
    background-color: #5b80b2;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background: #999 url(../img/tooltag-arrowright.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
    background: #5b80b2 url(../img/tooltag-arrowright_over.gif) top right no-repeat;
    background: #999 url(../img/tooltag-arrowright.png) 95% center no-repeat;
    padding-right: 26px;
}

.object-tools a.addlink {
    background: #999 url(../img/tooltag-add.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.addlink:hover {
    background: #5b80b2 url(../img/tooltag-add_over.gif) top right no-repeat;
    background: #999 url(../img/tooltag-add.png) 95% center no-repeat;
    padding-right: 26px;
}

/* OBJECT HISTORY */
@@ -837,4 +826,3 @@ table#change-history tbody th {
    background: #eee url(../img/nav-bg.gif) bottom left repeat-x;
    color: #666;
}
+4 −4
Original line number Diff line number Diff line
@@ -54,8 +54,8 @@
.selector ul.selector-chooser {
    float: left;
    width: 22px;
    height: 50px;
    background: url(../img/chooser-bg.gif) top center no-repeat;
    background-color: #eee;
    border-radius: 10px;
    margin: 10em 5px 0 5px;
    padding: 0;
}
@@ -169,7 +169,8 @@ a.active.selector-clearall {
    height: 22px;
    width: 50px;
    margin: 0 0 3px 40%;
    background: url(../img/chooser_stacked-bg.gif) top center no-repeat;
    background-color: #eee;
    border-radius: 10px;
}

.stacked .selector-chooser li {
@@ -575,4 +576,3 @@ ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
    font-size: 11px;
    border-top: 1px solid #ddd;
}
−199 B
Loading image diff...
−212 B
Loading image diff...
−197 B
Loading image diff...
Loading