PluginProbe
Robo Gallery – Photo & Image Slider / trunk
Robo Gallery – Photo & Image Slider vtrunk
5.1.6 5.1.5 2.7.10 2.7.11 2.7.12 2.7.13 2.7.14 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.12 2.8.13 2.8.14 2.8.15 2.8.16 2.8.17 All 301 releases
robo-gallery / css / admin / list.css

list.css in Robo Gallery – Photo & Image Slider trunk, at css/admin/list.css

55 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }