Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
themes
mww-theme
Commits
cdd2bc64
Commit
cdd2bc64
authored
May 04, 2019
by
Gradl, Tobias
Browse files
1289: Finalize initial version of item view
Task-Url:
https://pm.winseda.de/issues/1289
parent
b2cfd7ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
css/application-colreg.css
View file @
cdd2bc64
...
...
@@ -212,6 +212,27 @@
background-color
:
#035151
;
cursor
:
pointer
;
}
.collection-image
{
position
:
relative
;
width
:
100%
;
}
.collection-image
img
{
width
:
100%
;
height
:
auto
;
}
.collection-image
span
{
position
:
absolute
;
top
:
10%
;
left
:
0px
;
right
:
0px
;
border-top
:
2px
solid
#A08246
;
border-bottom
:
2px
solid
#A08246
;
background-color
:
#035151
;
opacity
:
0.8
;
text-align
:
center
;
padding
:
8px
5px
12px
5px
;
color
:
#F9F9F9
;
font-style
:
italic
;
z-index
:
100
;
}
.editor
.editor-buttonbar
{
padding
:
12px
0
;
background-color
:
#F9F9F9
;
...
...
css/application-dme.css
View file @
cdd2bc64
...
...
@@ -155,6 +155,27 @@
background-color
:
#035151
;
cursor
:
pointer
;
}
.collection-image
{
position
:
relative
;
width
:
100%
;
}
.collection-image
img
{
width
:
100%
;
height
:
auto
;
}
.collection-image
span
{
position
:
absolute
;
top
:
10%
;
left
:
0px
;
right
:
0px
;
border-top
:
2px
solid
#A08246
;
border-bottom
:
2px
solid
#A08246
;
background-color
:
#035151
;
opacity
:
0.8
;
text-align
:
center
;
padding
:
8px
5px
12px
5px
;
color
:
#F9F9F9
;
font-style
:
italic
;
z-index
:
100
;
}
/* Based on goldenlayout-light-theme.less
* @see: https://raw.githubusercontent.com/golden-layout/golden-layout/master/src/less/goldenlayout-light-theme.less
*
...
...
css/application-gs.css
View file @
cdd2bc64
...
...
@@ -163,6 +163,27 @@
border-left
:
1px
solid
#dee2e6
;
padding
:
12px
;
}
.collection-image
{
position
:
relative
;
width
:
100%
;
}
.collection-image
img
{
width
:
100%
;
height
:
auto
;
}
.collection-image
span
{
position
:
absolute
;
top
:
10%
;
left
:
0px
;
right
:
0px
;
border-top
:
2px
solid
#A08246
;
border-bottom
:
2px
solid
#A08246
;
background-color
:
#035151
;
opacity
:
0.8
;
text-align
:
center
;
padding
:
8px
5px
12px
5px
;
color
:
#F9F9F9
;
font-style
:
italic
;
z-index
:
100
;
}
.wordcloud
{
text-align
:
center
;
}
...
...
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