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
71615f71
Commit
71615f71
authored
Apr 30, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS: css-lint
parent
dc327b53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
css/themes.css
css/themes.css
+5
-5
ext/libs/jquery-mobile/extensions.css
ext/libs/jquery-mobile/extensions.css
+3
-3
No files found.
css/themes.css
View file @
71615f71
...
...
@@ -365,7 +365,7 @@ html .ui-page-theme-slapos-black .ui-table-caption{
/* tables & controlbars */
.ui-page-theme-slapos-black
.ui-table
,
html
.ui-page-theme-slapos-black
.ui-listview.ui-icon-grid
li
,
html
.ui-page-theme-slapos-black
.ui-listview.ui-image-grid
li
,
{
html
.ui-page-theme-slapos-black
.ui-listview.ui-image-grid
li
{
background-color
:
#222
;
border-color
:
rgb
(
232
,
232
,
232
);
border-color
:
rgba
(
255
,
255
,
255
,
.3
);
...
...
@@ -1457,7 +1457,7 @@ html body .ui-page .ui-listview > li h6 {
clear
:
both
;
/* make sure it drops below */
}
/* First breakpoint is at 20em (320px) 2 column layout. Tiles 250x250px */
@media
(
min-width
:
24em
)
{
@media
(
min-width
:
24em
)
{
.ui-listview.responsive
a
.ui-btn
{
padding
:
.5em
;
}
...
...
@@ -1574,7 +1574,7 @@ html body .ui-page .ui-listview > li h6 {
.ui-listview.responsive
.ui-li-has-thumb
h1
,
.ui-listview.responsive
.ui-li-has-thumb
p
,
.ui-listview.responsive
.ui-li-has-icon
h1
,
.ui-listview.responsive
.ui-li-has-icon
p
,
{
.ui-listview.responsive
.ui-li-has-icon
p
{
background
:
#111
;
background
:
rgba
(
0
,
0
,
0
,
.8
);
}
...
...
@@ -1614,7 +1614,7 @@ html body .ui-page .ui-listview > li h6 {
}
}
/* First breakpoint is 48em (768px). 3 column layout. Tiles 250x250 pixels */
@media
(
min-width
:
48em
)
{
@media
(
min-width
:
48em
)
{
/* limit controlbar width */
html
.ui-page
.ui-controlbar.responsive
{
...
...
@@ -1631,7 +1631,7 @@ html body .ui-page .ui-listview > li h6 {
}
/* Second breakpoint is 63.75em (1020px). 4 column layout. Tiles will be 250x250 pixels incl. margin again at the breakpoint. */
@media
(
min-width
:
63.75em
)
{
@media
(
min-width
:
63.75em
)
{
/* Set a max-width for the last breakpoint to prevent too much stretching on large screens.
By setting the max-width equal to the breakpoint width minus padding we keep square tiles. */
...
...
ext/libs/jquery-mobile/extensions.css
View file @
71615f71
...
...
@@ -481,9 +481,9 @@ html table tr td .ui-radio label.ui-btn {
box-shadow
:
none
/* iOS3 */
!important
;
}
.ui-table-wrapper-top
div
>
.ui-select
,
.ui-table-wrapper-top
div
>
.ui-btn
:not
(
.ui-input-clear
,
.ui-input-action
),
.ui-table-wrapper-top
div
>
.ui-btn
:not
(
.ui-input-clear
)
:not
(
.ui-input-action
),
.ui-table-wrapper-bottom
div
>
.ui-select
,
.ui-table-wrapper-bottom
div
>
.ui-btn
:not
(
.ui-input-clear
,
.ui-input-action
)
{
.ui-table-wrapper-bottom
div
>
.ui-btn
:not
(
.ui-input-clear
)
:not
(
.ui-input-action
)
{
width
:
auto
;
margin
:
0
;
}
...
...
@@ -828,7 +828,7 @@ html body .ui-controlbar .ui-btn[class*="ui-icon-"]:after {
}
/* remove margin on controlbar buttons */
html
body
.ui-controlbar
>
.ui-select
,
html
body
.ui-controlbar
>
.ui-btn
:not
(
.ui-input-clear
,
.ui-input-action
)
{
html
body
.ui-controlbar
>
.ui-btn
:not
(
.ui-input-clear
)
:not
(
.ui-input-action
)
{
width
:
auto
;
margin
:
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