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
293d3397
Commit
293d3397
authored
Apr 18, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: add custom css
parent
ba9d8e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletion
+34
-1
css/css.css
css/css.css
+34
-1
No files found.
css/css.css
View file @
293d3397
...
...
@@ -470,7 +470,7 @@ form .span_3 {
}
@media
(
max-width
:
40em
)
{
.span_1
,
.span_2
,
.span_3
,
form
.span_1
,
form
.span_2
,
form
.span_3
{
width
:
100%
;
width
:
auto
;
/* 100 does not work... */
padding
:
.25em
0
;
}
.span_1
textarea
{
...
...
@@ -559,6 +559,14 @@ tbody .large {
}
/* ======================== CUSTOM CSS ===================================*/
/* green */
.vert
{
color
:
#79AC21
;
}
/* no idea why it's center */
html
div
.ui-page
div
.ui-content
div
.ui-content-element
{
text-align
:
left
;
}
/* white background */
.ui-page-theme-slapos-white
,
.ui-page-theme-slapos-white
.ui-panel-wrapper
{
background
:
none
repeat
scroll
0
0
#FFFFFF
;
...
...
@@ -597,4 +605,29 @@ html .ui-page-theme-slapos-white .ui-input-action.ui-btn-active {
.crumbs
{
display
:
auto
;
}
}
/* decorate header */
.job_headline
{
font-size
:
200%
;
text-align
:
left
;
}
/* decorate location */
.job_locator
{
line-height
:
3.5em
;
vertical-align
:
middle
;
}
/* job_logo */
.job_logo
{
margin
:
7px
0
;
max-height
:
2.5em
;
padding
:
0
0.5em
0
0
;
}
/* content-element */
html
div
.ui-page
div
.ui-content
.ui-content-element
{
margin
:
0
;
}
/* alignment */
.dyno
>
.ui-controlbar
,
.dyno
>
.ui-controlbar
~
.ui-controlbar
{
text-align
:
center
;
}
\ No newline at end of file
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