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
77e10402
Commit
77e10402
authored
Oct 03, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed listbox CSS below 320px
parent
441fae5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
38 deletions
+28
-38
css/css.css
css/css.css
+0
-4
css/extensions.css
css/extensions.css
+19
-25
css/themes.css
css/themes.css
+9
-9
No files found.
css/css.css
View file @
77e10402
...
...
@@ -99,10 +99,6 @@ tbody .large {
.button_board
{
text-align
:
center
;
}
a
.confirm
,
a
.action
{
font-weight
:
bold
!important
;
}
.profile
{
display
:
inline-block
;
border
:
1px
solid
;
...
...
css/extensions.css
View file @
77e10402
...
...
@@ -189,6 +189,12 @@ html table.ui-table tbody td {
text-align
:
right
;
padding
:
0
1em
;
}
@media
(
max-width
:
20em
)
{
html
table
.ui-table
tbdoy
th
,
html
table
.ui-table
tbody
td
{
padding
:
0
;
}
}
html
table
.ui-table
tbody
td
a
,
html
table
.ui-table
tbody
th
a
{
text-decoration
:
none
;
...
...
@@ -214,21 +220,6 @@ html table.ui-table tr td .ui-controlgroup {
margin
:
0
;
text-align
:
center
;
}
/* TODO: bad... */
/*
html .content_element > .action_menu {
font-size: 95%;
margin: 0 auto;
max-width: 60%;
}
@media (min-width: 40em) {
html .content_element > .action_menu {
font-size: 90%;
margin: 0 auto;
max-width: 50%;
}
}
*/
html
table
.ui-table
tr
td
.ui-controlgroup
.ui-controlgroup-controls
{
width
:
auto
;
}
...
...
@@ -246,19 +237,22 @@ html table.table_default {
}
/* checkbox cells */
html
table
th
.ui-checkbox
.ui-btn
,
html
table
th
.ui-checkbox
.ui-btn
,
html
table
td
.ui-checkbox
.ui-btn
,
html
table
td
.ui-checkbox
.ui-btn
{
border
:
0
none
;
border-radius
:
0
0
0
0
;
box-shadow
:
none
!important
;
height
:
inherit
;
/*
padding-bottom: 0.5em;
padding-top: 0.5em;
*/
width
:
100%
;
}
@media
(
max-width
:
20em
)
{
html
body
table
thead
th
.ui-checkbox
.ui-btn
,
html
body
table
tbody
th
.ui-checkbox
.ui-btn
{
max-width
:
1.25em
;
min-width
:
1.25em
;
margin
:
0
auto
;
text-align
:
center
;
}
}
html
table
.ui-table
tbody
th
{
padding-bottom
:
0
;
padding-top
:
0
;
...
...
@@ -496,7 +490,7 @@ html table tr td .ui-checkbox {
.ui-table-wrapper-bottom
.ui-controlgroup
.ui-controlgroup-controls
.ui-btn
,
.ui-table-wrapper-top
.ui-controlgroup
.ui-controlgroup-controls
.ui-select
,
.ui-table-wrapper-bottom
.ui-controlgroup
.ui-controlgroup-controls
.ui-select
{
width
:
1
6
%
;
width
:
1
0
%
;
padding-left
:
2%
;
padding-right
:
2%
;
}
...
...
@@ -514,9 +508,9 @@ html table tr td .ui-checkbox {
.ui-table-wrapper-bottom
.ui-controlgroup
.ui-controlgroup-controls
.ui-btn
:after
,
.ui-table-wrapper-top
.ui-controlgroup
.ui-controlgroup-controls
.ui-select
.ui-btn
:after
,
.ui-table-wrapper-bottom
.ui-controlgroup
.ui-controlgroup-controls
.ui-select
.ui-btn
:after
{
left
:
auto
;
right
:
auto
;
margin-left
:
5%
/*
bad... */
;
/*
left: auto;
right: auto;
*//*
margin-left: 5% bad... */
;
}
/* only child */
.ui-table-wrapper-bottom.ui-table-wrapper-inset
>
div
:only-child
,
...
...
css/themes.css
View file @
77e10402
...
...
@@ -925,19 +925,20 @@ html head + body .ui-body-slapos-black.ui-focus{
}
@media
(
max-width
:
45em
)
{
.content_element
.ui-input-search
{
width
:
6
0%
;
width
:
10
0%
;
}
}
@media
(
m
ax-width
:
30
em
)
{
@media
(
m
in-width
:
45
em
)
{
.content_element
.ui-input-search
{
width
:
65%
;
}
}
@media
(
max-width
:
20em
)
{
.content_element
.ui-input-search
{
width
:
70%
;
width
:
60%
;
}
}
.panel
.ui-panel-inner
.panel_element
{
margin-left
:
-1em
;
margin-right
:
-1em
;
...
...
@@ -998,7 +999,6 @@ html .ui-btn, label.ui-btn {
.responsive.ui-btn
:after
,
.responsive
.ui-btn
:after
{
text-indent
:
0px
;
left
:
auto
;
}
}
/* no bold buttons */
...
...
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