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
bb532a6b
Commit
bb532a6b
authored
Jan 02, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed caption css for tables
parent
0389ad40
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
css/extensions.css
css/extensions.css
+5
-0
css/themes.css
css/themes.css
+4
-2
No files found.
css/extensions.css
View file @
bb532a6b
...
...
@@ -152,6 +152,11 @@ html table.ui-table thead th, html table.ui-table thead td {
padding
:
0
;
}
/* table caption (will be inside a controlbar but belongs here) */
html
.ui-table-caption
{
padding
:
0.25em
0
;
}
/* font-size */
/*
html table.ui-table {
...
...
css/themes.css
View file @
bb532a6b
...
...
@@ -104,7 +104,8 @@ html .ui-page-theme-slapos-white .ui-controlbar .ui-btn,
html
.ui-page-theme-slapos-white
.ui-collapsible-set
.ui-collapsible
h1
a
.ui-btn
,
html
.ui-page-theme-slapos-white
.ui-table
thead
a
.ui-btn
,
html
.ui-page-theme-slapos-white
.ui-table
thead
label
,
html
.ui-page-theme-slapos-white
.ui-table
thead
tr
th
{
html
.ui-page-theme-slapos-white
.ui-table
thead
tr
th
,
html
.ui-page-theme-slapos-white
.ui-table-caption
{
color
:
#aaa
;
text-shadow
:
#FFFFFF
0px
1px
0px
;
}
...
...
@@ -357,7 +358,8 @@ html .ui-page-theme-slapos-black .ui-table-wrapper.ui-table-wrapper-bottom .ui-p
html
.ui-page-theme-slapos-black
.ui-controlbar
.ui-btn
,
html
.ui-page-theme-slapos-black
.ui-collapsible-set
.ui-collapsible
h1
a
.ui-btn
,
html
.ui-page-theme-slapos-black
.ui-table
thead
a
.ui-btn
,
html
.ui-page-theme-slapos-black
.ui-table
thead
label
{
html
.ui-page-theme-slapos-black
.ui-table
thead
label
,
html
.ui-page-theme-slapos-black
.ui-table-caption
{
color
:
#444
;
text-shadow
:
0
1px
0
#111111
;
}
...
...
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