mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Backnd layout footer greeting improved positioning for mobile devices
This commit is contained in:
parent
a86722d9c5
commit
126a3ee3ef
1 changed files with 7 additions and 2 deletions
|
@ -85,8 +85,6 @@ root {
|
||||||
|
|
||||||
#footer #footer-user-display-name {
|
#footer #footer-user-display-name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
|
||||||
text-align: right;
|
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -210,6 +208,13 @@ body legend {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
#footer #footer-user-display-name {
|
||||||
|
float: right;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* BACKEND COMPONENTS
|
/* BACKEND COMPONENTS
|
||||||
-------------------------------------------------------------------- */
|
-------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue