diff --git a/main/css/base.css b/main/css/base.css index aad9b0b2e5..affa95ccc4 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -4043,6 +4043,21 @@ footer { box-shadow:none; } +.btn.loading{ + border:none; + border-radius: 0; + background-color: transparent; + width:22px; + height:22px; + margin:0; + padding:0; + display:inline-block; + background-image: url('../img/loading1.gif') !important; + background-repeat: no-repeat; + background-position:center center; + box-shadow:none; +} + .announce.btn.delete-all{ border:none; border-radius: 0; @@ -4103,6 +4118,36 @@ footer { box-shadow:none; } +.btn.import_csv{ + border:none; + border-radius: 0; + background-color: transparent; + width:32px; + height:32px; + margin:0; + padding:0; + display:inline-block; + background-image: url('../img/icons/32/import_csv.png'); + background-repeat: no-repeat; + background-position:center center; + box-shadow:none; +} + +.btn.delete_all{ + border:none; + border-radius: 0; + background-color: transparent; + width:32px; + height:32px; + margin:0; + padding:0; + display:inline-block; + background-image: url('../img/icons/32/delete.png'); + background-repeat: no-repeat; + background-position:center center; + box-shadow:none; +} + .btn.expand{ border:none; border-radius: 0; @@ -4288,4 +4333,41 @@ li.annoucement{ .link.invisible .description{ color: #999999; +} + +.link .status{ + border:none; + border-radius: 0; + background-color: transparent; + width:22px; + height:22px; + margin:0; + padding:0; + display:inline-block; + background-repeat: no-repeat; + background-position:center center; + box-shadow:none; +} + +.link.invalid .status{ + background-image: url('../img/icons/22/error.png'); +} + +.link.valid .status{ + background-image: url('../img/icons/22/accept.png'); +} + +.btn.validate_link{ + border:none; + border-radius: 0; + background-color: transparent; + width:22px; + height:22px; + margin:0; + padding:0; + display:inline-block; + background-image: url('../img/icons/22/preview_view.png'); + background-repeat: no-repeat; + background-position:center center; + box-shadow:none; } \ No newline at end of file