source: extensions/header_manager/admin/template/style.css @ 17644

Last change on this file since 17644 was 17644, checked in by mistic100, 12 years ago

improve upgrade process (for manual upgrades and piwigo.com upgrades)
improve delete button visibility

File size: 882 bytes
Line 
1.banner-radio {
2  display:inline-block;
3  margin:5px 0 0 20px;
4}
5  .banner-radio .actions {
6    display:inline-block;
7    padding-top:30px;
8    vertical-align:top;
9  }
10  .banner-wrapper {
11    display:inline-block;
12    position:relative;
13    width:230px;
14    height:70px;
15  }
16    .delete-banner {
17      position:absolute;
18      display:block;
19      top:0;
20      right:0;
21      margin:0;
22      width:16px;
23      height:16px;
24      background:rgba(20,20,20,0.5);
25      color:#eee;
26      border:1px solid #999;
27      border-top:none;
28      border-right:none;
29      border-radius:0 0 0 4px;
30      font-weight:bold;
31      text-align:center;
32    }
33      .delete-banner:hover {
34        color:#e00 !important;
35        border-color:#e00;
36        background:rgba(20,20,20,1);
37      }
38
39.showInfo {
40  position:static;
41  display:inline-block;
42  padding:1px 6px;
43  width:auto;
44  font-size:0.8em;
45}
Note: See TracBrowser for help on using the repository browser.