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
9daa4404
Commit
9daa4404
authored
Dec 18, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated CSS for listbox and listgrid gadgets
parent
e50ef2d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
css/extensions.css
css/extensions.css
+6
-2
css/themes.css
css/themes.css
+9
-0
No files found.
css/extensions.css
View file @
9daa4404
...
...
@@ -151,7 +151,9 @@ html div.ui-table-wrapper-bottom p {
html
table
.ui-table
thead
th
,
html
table
.ui-table
thead
td
{
padding
:
0
;
}
/* font-size */
/*
html table.ui-table {
font-size: 90%;
}
...
...
@@ -176,6 +178,7 @@ html div.ui-collapsible-set {
font-size: 100%;
}
}
*/
/* shrink icon font-size (should not be set here...) */
.ui-page
.ui-table-wrapper-top
.ui-btn
[
class
*=
"ui-icon-"
]
:after
,
.ui-page
.ui-table-wrapper-bottom
.ui-btn
[
class
*=
"ui-icon-"
]
:after
,
...
...
@@ -554,8 +557,9 @@ html table tr td .ui-checkbox {
.ui-table
th
,
.ui-table
td
{
vertical-align
:
middle
;
}
.ui-table
thead
th
,
.ui-table
thead
td
{
text-align
:
center
;
.ui-table
thead
th
,
.ui-table
thead
td
,
.ui-table
thead
th
.ui-btn
,
.ui-table
thead
td
.ui-btn
{
text-align
:
left
;
}
/* sortable buttons */
.ui-table
thead
th
{
...
...
css/themes.css
View file @
9daa4404
...
...
@@ -1438,6 +1438,15 @@ html .ui-filterable {
}
/* ================================== listview ============================ */
/* no bold h123456 */
.ui-page
.ui-listview
>
li
h1
,
.ui-page
.ui-listview
>
li
h2
,
.ui-page
.ui-listview
>
li
h3
,
.ui-page
.ui-listview
>
li
h4
,
.ui-page
.ui-listview
>
li
h5
,
.ui-page
.ui-listview
>
li
h6
{
font-weight
:
normal
;
}
/* responsive listview */
.ui-listview.responsive
>
li
.ui-first-child
:only-child
{
border-bottom-right-radius
:
.3125em
;
...
...
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