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
473d27b9
Commit
473d27b9
authored
Feb 28, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added table column priority 7 and made tables full screen with
parent
c8c2474f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
css/extensions.css
css/extensions.css
+14
-1
css/themes.css
css/themes.css
+1
-3
No files found.
css/extensions.css
View file @
473d27b9
...
...
@@ -536,7 +536,20 @@ html table tr td .ui-radio label.ui-btn {
padding-bottom
:
.5em
;
border
:
0
none
;
}
/* add priority 7 */
@media
only
all
{
th
.ui-table-priority-7
,
td
.ui-table-priority-7
{
display
:
none
;
}
}
/* Show priority 7 at 1,280px (70em x 16px) */
@media
screen
and
(
min-width
:
80em
)
{
.ui-table-columntoggle.ui-responsive
th
.ui-table-priority-7
,
.ui-table-columntoggle.ui-responsive
td
.ui-table-priority-7
{
display
:
table-cell
;
}
}
@media
(
max-width
:
20em
)
{
.ui-table-wrapper-top
.ui-controlgroup
.ui-controlgroup-controls
,
.ui-table-wrapper-bottom
.ui-controlgroup
.ui-controlgroup-controls
{
...
...
css/themes.css
View file @
473d27b9
...
...
@@ -1412,8 +1412,7 @@ html .ui-filterable {
/* limit controlbar width */
html
.ui-page
.ui-controlbar.responsive
,
html
form
.responsive
,
html
form
{
html
form
.responsive
{
max-width
:
40em
;
/* 640px */
margin
:
0
auto
;
clear
:
both
;
...
...
@@ -1540,7 +1539,6 @@ html .ui-filterable {
By setting the max-width equal to the breakpoint width minus padding we keep square tiles. */
/* responsive content */
html
form
.responsive
,
html
form
,
html
.ui-page
.ui-content-element.responsive
,
html
.ui-page
.ui-listview.responsive
,
html
.ui-page
.ui-controlbar.responsive
{
...
...
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