Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
3f4a4c82
Commit
3f4a4c82
authored
Apr 08, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: fixed checkbox positioning inside listview inside panel
parent
1b187390
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
12 deletions
+20
-12
css/themes.css
css/themes.css
+20
-12
No files found.
css/themes.css
View file @
3f4a4c82
...
...
@@ -1702,20 +1702,21 @@ html .ui-listview li div.ui-checkbox {
width
:
2.5em
;
z-index
:
2
;
}
html
.ui-listview
li
div
.ui-radio
label
,
html
.ui-listview
li
div
.ui-checkbox
label
{
html
body
.ui-listview
li
div
.ui-radio
label
.ui-btn
,
html
body
.ui-listview
li
div
.ui-checkbox
label
.ui-btn
{
border-radius
:
.375em
;
height
:
100%
;
width
:
auto
;
}
html
.ui-listview
li
div
.ui-radio
,
html
.ui-listview
li
div
.ui-radio
label
,
html
.ui-listview
li
div
.ui-checkbox
,
html
.ui-listview
li
div
.ui-checkbox
label
{
html
body
.ui-listview
li
div
.ui-radio
,
html
body
.ui-listview
li
div
.ui-radio
label
.ui-btn
,
html
body
.ui-listview
li
div
.ui-checkbox
,
html
body
.ui-listview
li
div
.ui-checkbox
label
.ui-btn
{
border-radius
:
0
;
-webkit-border-radius
:
0
;
border-top-width
:
1px
;
border-bottom-width
:
0
;
/* border-bottom-width: 0; */
border-width
:
0
;
border-left-width
:
1px
;
}
html
.ui-listview
li
.ui-first-child
div
.ui-radio
,
html
.ui-listview
li
.ui-first-child
div
.ui-radio
label
,
...
...
@@ -1727,7 +1728,7 @@ html .ui-listview li.ui-first-child div.ui-checkbox label {
html
.ui-listview
li
.ui-last-child
div
.ui-radio
,
html
.ui-listview
li
.ui-last-child
div
.ui-radio
label
,
html
.ui-listview
li
.ui-last-child
div
.ui-checkbox
,
html
.ui-listview
li
.ui-last-child
div
.ui-checkbox
label
{
html
.ui-listview
li
.ui-last-child
div
.ui-checkbox
label
{
border-bottom-right-radius
:
inherit
;
-webkit-border-bottom-right-radius
:
inherit
;
border-bottom-width
:
1px
;
...
...
@@ -1740,6 +1741,13 @@ html .ui-listview li .ui-checkbox .ui-btn.ui-checkbox-on:after,
html
.ui-listview
li
.ui-checkbox
.ui-btn.ui-checkbox-off
:after
{
margin
:
-14px
-10px
0
;
}
/* and inside panel.... TODO: remove...*/
html
.ui-panel
.ui-listview
li
.ui-radio
.ui-btn.ui-radio-on
:after
,
html
.ui-panel
.ui-listview
li
.ui-radio
.ui-btn.ui-radio-off
:after
,
html
.ui-panel
.ui-listview
li
.ui-checkbox
.ui-btn.ui-checkbox-on
:after
,
html
.ui-panel
.ui-listview
li
.ui-checkbox
.ui-btn.ui-checkbox-off
:after
{
margin
:
-9px
-8px
0
;
}
/* custom icons */
.ui-listview
li
span
.ui-li-icon-custom
{
...
...
@@ -1790,8 +1798,8 @@ html .ui-listview li .ui-checkbox .ui-btn.ui-checkbox-off:after {
/* reset */
.ui-nosvg
.ui-radio
.ui-btn.ui-radio-on
:after
,
.ui-nosvg
.ui-radio
.ui-btn.ui-radio-off
:after
,
.ui-checkbox
.ui-btn.ui-checkbox-on
:after
,
.ui-checkbox
.ui-btn.ui-checkbox-off
:after
{
.ui-
nosvg
.ui-
checkbox
.ui-btn.ui-checkbox-on
:after
,
.ui-
nosvg
.ui-
checkbox
.ui-btn.ui-checkbox-off
:after
{
background
:
0
none
;
background-image
:
none
;
margin
:
-11px
2px
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment