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
0322edc5
Commit
0322edc5
authored
Apr 04, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: added content-element-header css
parent
c8e21df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
css/themes.css
css/themes.css
+18
-7
No files found.
css/themes.css
View file @
0322edc5
...
...
@@ -201,7 +201,8 @@ html body .ui-group-theme-slapos-white h3,
html
body
.ui-group-theme-slapos-white
h4
,
html
body
.ui-group-theme-slapos-white
h5
,
html
body
.ui-group-theme-slapos-white
h6
,
html
.ui-page-theme-slapos-white
.ui-content-element
{
html
.ui-page-theme-slapos-white
.ui-content-element
,
html
.ui-page-theme-slapos-white
.ui-content-header
{
color
:
rgb
(
115
,
115
,
115
);
color
:
rgba
(
0
,
0
,
0
,
0.55
);
}
...
...
@@ -475,7 +476,8 @@ html body .ui-group-theme-slapos-black h3,
html
body
.ui-group-theme-slapos-black
h4
,
html
body
.ui-group-theme-slapos-black
h5
,
html
body
.ui-group-theme-slapos-black
h6
,
html
.ui-page-theme-slapos-black
.ui-content-element
{
html
.ui-page-theme-slapos-black
.ui-content-element
,
html
.ui-page-theme-slapos-black
.ui-content-header
{
color
:
#fff
;
}
/* Button up */
...
...
@@ -951,16 +953,25 @@ html .ui-header .ui-last-wrap .ui-controlgroup-controls .ui-btn {
right
:
0.25em
;
}
}
/* ============================= content header ============================= */
html
div
.ui-page
div
.ui-content
.ui-content-header
{
border-bottom
:
1px
solid
;
border-top
:
1px
solid
;
clear
:
both
;
display
:
block
;
margin
:
0
10%
;
padding
:
1em
;
}
@media
(
max-width
:
20em
)
{
html
div
.ui-page
div
.ui-content
.ui-content-header
{
margin
:
0
-1em
;
}
}
/* ============================= content elements ============================= */
/* TODO: merge with span_1 span_2... */
html
div
.ui-page
div
.ui-content
.ui-content-element
{
/* TODO: should have corners and shadow - but not like this!*/
/*
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
box-shadow: 0 1px 3px rgba(0,0,0,.15);
*/
-webkit-border-radius
:
.3125em
;
border-radius
:
.3125em
;
border
:
1px
solid
#aaa
;
...
...
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