Changes on popup menus
This commit is contained in:
parent
ef09f7f958
commit
1f8b9b68e5
|
@ -1,5 +1,7 @@
|
|||
/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
|
||||
|
||||
/* General */
|
||||
|
||||
body { background-color: whitesmoke; }
|
||||
|
||||
h1 {
|
||||
|
@ -28,6 +30,14 @@ h5 {
|
|||
border-radius:5px;
|
||||
}
|
||||
|
||||
|
||||
/* login */
|
||||
|
||||
#id_remember { width:50%; #id_remember { width:50%; }}
|
||||
|
||||
|
||||
/* Left Column*/
|
||||
|
||||
nav {
|
||||
background: #fff;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
|
||||
|
@ -175,10 +185,6 @@ nav a:hover .icon {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
ul.menu-popup {
|
||||
border: 0px solid #FFF;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
|
||||
color: #737373;
|
||||
|
@ -449,6 +455,7 @@ div.pager, ul.tabs {
|
|||
|
||||
.fc-content, .fc-widget {
|
||||
background-color: #a7ecff;
|
||||
font-size:10px;
|
||||
color: black;
|
||||
text-decoration: normal;
|
||||
}
|
||||
|
@ -467,10 +474,11 @@ div.pager, ul.tabs {
|
|||
|
||||
.fc-day-grid-event .fc-time {
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.fc-title, fc-time { text-decoration: normal; }
|
||||
.fc-title, .fc-time {
|
||||
text-decoration: normal;
|
||||
}
|
||||
|
||||
.fc-unthemed .fc-today { background: #f9ff97; }
|
||||
|
||||
|
@ -582,6 +590,21 @@ select{
|
|||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding:2px 2px;
|
||||
background:white;
|
||||
border:1px solid darkgrey;
|
||||
cursor:text;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-transition-duration: 0.4s; /* Safari */
|
||||
transition-duration: 0.4s;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
background-color:#eef3ff;
|
||||
}
|
||||
|
||||
#adminpage textarea {
|
||||
width: 700px;
|
||||
}
|
||||
|
@ -658,13 +681,23 @@ td.checkbox, td.tools{
|
|||
|
||||
|
||||
/* popup */
|
||||
|
||||
ul.menu-popup {
|
||||
width: 16em;
|
||||
.contact-menu {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 35px;
|
||||
width: 24em;
|
||||
margin-top: 0px;
|
||||
font-size: 12px;
|
||||
border: 0px solid lightgrey;
|
||||
}
|
||||
|
||||
ul.menu-popup a {
|
||||
padding: 0 0 0 5px;
|
||||
ul.menu-popup {
|
||||
width: 20em;
|
||||
margin-top: 0px;
|
||||
padding: 0px;
|
||||
font-size: 12px;
|
||||
line-height:10px;
|
||||
border: 0px solid lightgrey;
|
||||
}
|
||||
|
||||
|
||||
|
@ -708,3 +741,27 @@ input[type=text], input[type=password], input[type=email], input[type=url] {
|
|||
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus {
|
||||
background-color:#eef3ff;
|
||||
}
|
||||
|
||||
|
||||
/* Rights and Privacy Setting */
|
||||
|
||||
#profile-jot-email {
|
||||
width:650px;
|
||||
}
|
||||
|
||||
|
||||
/* Contact Page */
|
||||
|
||||
.contact-photo-menu {
|
||||
position: relative;
|
||||
left: 60px;
|
||||
top: -90px;
|
||||
width: 16em;
|
||||
padding-top:0px;
|
||||
padding-bottom:0px;
|
||||
border: 0px solid #FFF;
|
||||
margin-top: 0px;
|
||||
font-size: 12px;
|
||||
line-height: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user