Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Merge requests
!36
Devel
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Devel
devel
into
master
Overview
0
Commits
44
Changes
64
Closed
Krzysztof Dyszczyk
requested to merge
devel
into
master
5 years ago
Overview
0
Commits
44
Changes
64
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1d77305a
44 commits,
5 years ago
64 files
+
7232
−
6595
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
64
classes/wpdesk/assets/css/admin-settings.css deleted
100644 → 0
+
0
−
82
View file @ 54ff0c34
/* Added by WP Desk - Reset some default WP styles
-------------------------------------------------------------- */
.select2-container
li
{
margin-bottom
:
0
;
}
/* Added by WP Desk - Select2 Columns Draggable/Sortable
-------------------------------------------------------------- */
.select-2-columns
.available-column
,
.select-2-columns
.selected-column
{
background-color
:
#fff
;
border
:
1px
solid
#e5e5e5
;
float
:
left
;
margin-right
:
20px
;
padding
:
12px
14px
;
max-width
:
450px
;
}
.select-2-columns
>
div
>
strong
{
display
:
block
;
margin-bottom
:
10px
;
}
.select-2-columns
ul
{
margin
:
0
;
min-height
:
50px
;
min-width
:
200px
;
}
.select-2-columns
li
{
background-color
:
#fafafa
;
border
:
1px
solid
#e5e5e5
;
cursor
:
move
;
padding
:
5px
10px
;
}
.select-2-columns
li
:hover
{
border-color
:
#999
;
}
.select-2-columns
.ui-sortable-placeholder
{
background-color
:
transparent
;
border
:
1px
dashed
#b4b9be
;
visibility
:
visible
!important
;
}
/* Fix color picker label alignment
-------------------------------------------------------------- */
.s214-color-picker-label
{
position
:
absolute
;
display
:
inline-block
;
padding-top
:
4px
;
}
/* System info styles
-------------------------------------------------------------- */
#system-info-textarea
{
width
:
800px
;
height
:
400px
;
font-family
:
Menlo
,
Monaco
,
monospace
;
background
:
none
;
white-space
:
pre
;
overflow
:
auto
;
display
:
block
;
}
/* Tooltips
-------------------------------------------------------------- */
.s214-help-tip
{
cursor
:
help
;
}
.ui-tooltip
{
background
:
#333
!important
;
border-radius
:
3px
!important
;
box-shadow
:
1px
1px
2px
1px
rgba
(
214
,
214
,
214
,
0.5
);
color
:
#dedede
!important
;
max-width
:
300px
;
padding
:
7px
;
text-rendering
:
optimizeLegibility
;
}
Loading