| 1 |
/* |
| 2 |
* Robo Gallery |
| 3 |
* Version: 1.0 |
| 4 |
* By Robosoft |
| 5 |
* |
| 6 |
* Contact: https://robosoft.co/robogallery/ |
| 7 |
* Created: 2015 |
| 8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php |
| 9 |
* |
| 10 |
* Copyright (c) 2014-2019, Robosoft. All rights reserved. |
| 11 |
* Available only in https://robosoft.co/robogallery/ |
| 12 |
*/ |
| 13 |
|
| 14 |
.column-rbs_gallery span{ |
| 15 |
border: solid 2px lightgray; |
| 16 |
background:white; |
| 17 |
padding:2px 7px; |
| 18 |
font-size:14px; |
| 19 |
|
| 20 |
} |
| 21 |
|
| 22 |
.manage-column.column-rbs_gallery, |
| 23 |
.rbs_gallery.column-rbs_gallery{ |
| 24 |
max-width: 200px; |
| 25 |
width: 200px; |
| 26 |
text-align: center; |
| 27 |
vertical-align: middle; |
| 28 |
} |
| 29 |
|
| 30 |
.manage-column.column-rbs_gallery_views, |
| 31 |
.rbs_gallery_views.column-rbs_gallery_views{ |
| 32 |
max-width: 100px; |
| 33 |
width: 100px; |
| 34 |
text-align: center; |
| 35 |
vertical-align: middle; |
| 36 |
} |
| 37 |
|
| 38 |
.widefat td p.robo-gallery-shortcode-message{ |
| 39 |
font-size: 12px; |
| 40 |
margin-bottom: -2px; |
| 41 |
font-weight: bold; |
| 42 |
} |
| 43 |
|
| 44 |
.robo-gallery-shortcode{ |
| 45 |
cursor: pointer; |
| 46 |
} |
| 47 |
|
| 48 |
@media screen and ( max-width: 782px ) { |
| 49 |
.manage-column.column-rbs_gallery, |
| 50 |
.rbs_gallery.column-rbs_gallery, |
| 51 |
.manage-column.column-rbs_gallery_views, |
| 52 |
.rbs_gallery_views.column-rbs_gallery_views { |
| 53 |
display: none; |
| 54 |
} |
| 55 |
} |