Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Mobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Tim Häuser
ARSnova Mobile
Commits
ba593d44
Commit
ba593d44
authored
Jun 01, 2015
by
Andreas Gärtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move non style specific css to new scss class.
parent
fe308947
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
110 deletions
+13
-110
src/main/webapp/resources/sass/app/_general.scss
src/main/webapp/resources/sass/app/_general.scss
+13
-0
src/main/webapp/resources/sass/app/_theme.scss
src/main/webapp/resources/sass/app/_theme.scss
+0
-110
No files found.
src/main/webapp/resources/sass/app/_general.scss
View file @
ba593d44
...
...
@@ -369,3 +369,16 @@
min-height
:
0%
!
important
;
min-width
:
0%
!
important
;
}
.gallery-dataview
{
div
{
background-color
:
$background
!
important
;
}
}
.myCoursesList
{
.x-inner
,
.x-scroll-container
{
background-color
:
$background
;
}
}
src/main/webapp/resources/sass/app/_theme.scss
View file @
ba593d44
...
...
@@ -84,120 +84,10 @@ $toolbar-toogleCorrect-button-inactive-color: $thm-lightgrey;
}
}
.thumbnail-image
.wrapper
{
width
:
auto
!
important
;
height
:
auto
!
important
;
display
:
inline-block
;
position
:
relative
;
margin
:
8px
;
transition
:
0
.25s
;
-webkit-transition
:
0
.25s
;
-o-transition
:
0
.25s
;
-moz-transition
:
0
.25s
;
-ms-transition
:
0
.25s
;
}
.thumbnail-image
.wrapper
:hover
{
transform
:
scale
(
1
.1
);
-webkit-transform
:
scale
(
1
.1
);
-o-transition
:
scale
(
1
.1
);
-moz-transition
:
scale
(
1
.1
);
-ms-transition
:
scale
(
1
.1
);
}
.thumbnail-image
.wrapper-list
{
width
:
100%
;
height
:
100%
;
display
:inline-block
;
position
:
relative
;
margin-bottom
:
25px
;
overflow
:hidden
;
}
.thumbnail-image
img
{
display
:
inline-block
;
border
:
10px
solid
#fff
;
border-bottom-width
:
30px
;
}
.thumbnail-image
.image-list
{
display
:inline
;
position
:relative
;
float
:left
;
margin-right
:
10px
;
border-bottom-width
:
10px
;
border-right-width
:
10000px
;
}
.thumbnail-image
span
{
display
:
inline-block
;
width
:
100%
;
position
:
absolute
;
text-align
:
center
;
bottom
:
9px
;
left
:
0
;
top
:
auto
;
padding-left
:
10px
;
padding-right
:
15px
;
right
:
auto
;
overflow
:
hidden
;
box-sizing
:
border-box
;
text-overflow
:
ellipsis
;
}
.thumbnail-image
span
.answer-subject
{
display
:
inline-block
;
text-align
:
center
;
font-weight
:bold
;
font-size
:
32px
;
position
:
absolute
;
top
:
50%
;
padding
:
0
;
width
:
auto
!
important
;
height
:
auto
!
important
;
text-overflow
:
ellipsis
;
max-width
:
350px
;
margin-top
:
-80px
;
margin-left
:
280px
;
color
:
$thm-grey
;
}
.thumbnail-image
span
.answer-text
{
display
:
inline-block
;
text-align
:
left
;
width
:
auto
!
important
;
height
:
auto
!
important
;
top
:
50%
;
word-wrap
:
break-word
;
font-size
:
20px
;
margin-top
:
-20px
;
max-width
:
350px
;
max-height
:
90px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
margin-left
:
280px
;
color
:
$thm-grey
;
}
.gallery-dataview
{
}
.gallery-dataview
div
{
background-color
:
#e0e0e0
!
important
;
}
.x-segmentedbutton
.x-button-normal
{
background-image
:
none
!
important
;
}
.myCoursesList
{
.x-inner
,
.x-scroll-container
{
background-color
:
#E0E0E0
;
}
}
.forwardListButton
,
.standardListButton
{
border
:
1px
solid
$background
!
important
;
}
...
...
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