Browse Source

changed the closing x

master
Cristina Cochior 4 years ago
parent
commit
a0c2b75da9
  1. 31
      static/css/main.css

31
static/css/main.css

@ -303,15 +303,15 @@ div#listofpeople{
} }
div#closehowto { div#closehowto {
margin-left: 21.3em; /* margin-left: 21.3em; */
} }
div#closeintro { div#closeintro {
margin-left: 22.2em; /* margin-left: 22.2em; */
} }
div#closeinsert { div#closeinsert {
margin-left: 23.1em; /* margin-left: 23.1em; */
} }
@ -494,7 +494,6 @@ button.download {
overflow-y: scroll; overflow-y: scroll;
position: fixed; position: fixed;
display: none; display: none;
padding: 1em 2em 1em 1em;
} }
#insert, #howto { #insert, #howto {
@ -509,22 +508,40 @@ button.download {
width: 100%; width: 100%;
} }
.intro, .howto, .insert {
padding: 1em 1em 1em 2em;
}
#closeintro, #closehowto, #closeinsert { #closeintro, #closehowto, #closeinsert {
float: right; float: right;
cursor: pointer; cursor: pointer;
position: fixed; position: fixed;
color: #1c1c1c;
font-weight: bold; font-weight: bold;
padding: 0 0.3em 0.3em 0.3em;
border-radius: 50%;
margin: 0.5em;
background: #1c1c1c;
}
#closehowto, #closeinsert {
color: #f0f0f0;
}
#closeintro {
background: #f0f0f0;
color: #1c1c1c;
} }
#closehowto:hover, #closeinsert:hover { #closehowto:hover, #closeinsert:hover {
color: #8048b7; background: #f0f0f0;
color: #1c1c1c;
} }
#closeintro:hover { #closeintro:hover {
color: #f0f0f0;; background: #8143b9;
} }
span.method-label { span.method-label {
text-transform: capitalize; text-transform: capitalize;
} }

Loading…
Cancel
Save