Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
df47116e
Commit
df47116e
authored
Aug 27, 2013
by
Simon Daron
Browse files
CSS tag display
parent
9024154d
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
df47116e
...
...
@@ -9,6 +9,9 @@ body {
/*padding: 0px 10px;*/
clear
:
both
;
}
audio
{
width
:
100%
;
}
a
{
color
:
inherit
;
text-decoration
:
none
;
...
...
@@ -23,8 +26,8 @@ button:hover {
opacity
:
0.8
;
}
button
,
.button
{
margin
:
0
0
0
0
!important
;
padding
:
0
0
0
0
!important
;
margin
:
0
0
0
0
;
padding
:
0
0
0
0
;
display
:
inline-block
;
cursor
:
pointer
;
background
:
none
;
...
...
@@ -167,7 +170,7 @@ ul.list{
list-style-type
:
square
;
/*Not working but why?*/
list-style-position
:
inside
;
}
ul
.list
li
{
ul
.list
>
li
{
padding
:
0.5em
0
0.5em
0
;
border-bottom
:
1px
solid
#ccc
;
}
...
...
panikweb_templates/static/css/specifics.css
View file @
df47116e
...
...
@@ -89,7 +89,8 @@ button.tag, a.tag {
font-family
:
"RegloBold"
;
text-transform
:
uppercase
;
display
:
inline-block
;
border
:
1px
solid
black
;
border
:
1px
solid
#CCC
;
color
:
#342E2E
;
margin
:
0.2em
;
padding
:
0.3em
;
border-radius
:
0.7em
;
...
...
@@ -361,7 +362,6 @@ body{
/**** Detail ****/
.episode
.tag
{
font-size
:
0.8em
;
}
.episode.resume
,
.episode.inline
{
padding
:
1em
0
1em
0
;
...
...
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