admin.css in SimpleAds 8
.simpleads-actions-wrapper {
width: 15%;
margin-top: -20px;
position: absolute;
}
.simpleads-actions-wrapper.single {
width: auto;
min-width: 20%;
}
.simpleads-actions-wrapper.single a {
margin-top: -20px;
position: absolute;
}
.simpleads-actions-wrapper .dropbutton-wrapper {
position: absolute;
margin-top: -20px;
}
#edit-advertisements,
#edit-groups,
#edit-campaigns {
margin-top: 45px;
}
File
css/admin.cssView source
- .simpleads-actions-wrapper {
- width: 15%;
- margin-top: -20px;
- position: absolute;
- }
-
- .simpleads-actions-wrapper.single {
- width: auto;
- min-width: 20%;
- }
-
- .simpleads-actions-wrapper.single a {
- margin-top: -20px;
- position: absolute;
- }
-
- .simpleads-actions-wrapper .dropbutton-wrapper {
- position: absolute;
- margin-top: -20px;
- }
-
- #edit-advertisements,
- #edit-groups,
- #edit-campaigns {
- margin-top: 45px;
- }