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
!17
Feature/loader
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Feature/loader
feature/loader
into
devel
Overview
4
Commits
8
Changes
32
2 unresolved threads
Hide all comments
Closed
Krzysztof Dyszczyk
requested to merge
feature/loader
into
devel
7 years ago
Overview
4
Commits
8
Changes
32
2 unresolved threads
Hide all comments
TO NIE JEST DO ZMERGOWANIA Raczej chodzi o to, żeby było widać jaki jest zamysł
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
6ab1a3c5
8 commits,
7 years ago
32 files
+
395
−
4864
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
classes/wpdesk/assets/css/admin-settings.css deleted
100644 → 0
+
0
−
82
View file @ 9fb874b2
/* 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