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

Last change on this file since 24010 was 24010, checked in by mistic100, 11 years ago

"Add banner" in album page make the user redirected to the same page after cropping

File size: 1.2 KB
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, .banner-size {
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:rgb(20,20,20);
37      }
38    .banner-size {
39      top:auto;
40      bottom:0;
41      width:auto;
42      height:auto;
43      padding:2px;
44      background:rgba(20,20,20,0.6);
45      border:1px solid #999;
46      border-bottom:none;
47      border-right:none;
48      border-radius:4px 0 0 0;
49      font-weight:normal;
50      font-size:10px;
51      line-height:10px;
52    }
53
54#album_banners {
55  list-style:disc;
56  margin:10px 0 0 25px;
57}
58  #album_banners li {
59    margin-bottom:0;
60  }
61  #album_banners img {
62    vertical-align:middle;
63  }
Note: See TracBrowser for help on using the repository browser.