Skip to content
Code-Schnipsel Gruppen Projekte
Commit f0cea9cf erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

#24

Übergeordneter dd99e2ca
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -14,8 +14,14 @@ textarea {
input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:hover,
input[type="password"]:focus {
input[type="password"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
border-color: #a9a8a5;
}
......
......@@ -199,6 +199,28 @@
}
}
/* email */
.quiqqer-frontendUsers-userdata-address-additional .quiqqer-frontendUsers-userdata-email input {
float: left;
width: calc(100% - 70px);
margin-right: 10px;
}
.quiqqer-frontendUsers-userdata-email .quiqqer-frontendUsers-userdata-email-edit {
line-height: 40px;
border-width: 1px;
border-radius: 0.25rem;
}
span.quiqqer-frontendUsers-error {
display: block;
width: 100%;
}
.quiqqer-frontendUsers-userdata-label {
line-height: 40px;
}
/******************/
/* profile orders */
/******************/
......
......@@ -731,6 +731,7 @@ a.toTop:before {
.cologne-header-fixed {
box-shadow: 0 0 20px 0 rgba(57, 57, 57, 0.2);
position: fixed;
z-index: 100; /* Because of the search dropdown */
}
.cologne-header-logo {
......@@ -1618,6 +1619,7 @@ table tr:last-child th {
}
/* error */
.quiqqer-frontendUsers-error,
.content-message-error {
background-color: #feeded;
border: 1px solid #fccfcf;
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren