[Legacy] Timezone Modal Changes

This commit is contained in:
balumahendran 2022-05-02 10:50:00 +05:30 committed by Clemente Raposo
parent 3d55d0308c
commit 3daf5f5731
2 changed files with 29 additions and 37 deletions

View file

@ -43,7 +43,7 @@
*/
-->
<!-- BEGIN: main -->
<div class="dashletPanelMenu">
<div class="dashletPanelMenu setTimeZone">
<div class="hd"><div class="tl"></div><div class="hd-center"></div><div class="tr"></div></div>
<div class="bd">
<div class="ml"></div>

View file

@ -1,47 +1,39 @@
.view-module-Home,
.view-module-Users.view-action-SetTimezone {
.dashletPanelMenu {
.pagecontent {
.setTimeZone {
margin: 13em auto;

table.subMenuTD {
border: 1px solid lightgrey;
background: #fff;

td.timezone-content {
padding: 1em;
font-size: 12px;
.button {
background-color: $nepal-grey;
border-radius: 0.2em;
font-weight: bold;
height: 2.2em;
line-height: 1em;
letter-spacing: 0.05em;
padding: 0.3em 1em;
text-transform: capitalize;
margin-left: 1em;
&:hover {
background: $pale-blue;
}
@media (max-width: 750px) {
margin-left: 0;
margin-top: 1em;
}
}
select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
border-color: $bright-grey;
}
}

@media (max-width: 750px) {
max-width: 24em;
}
}

.button {
background-color: $nepal-grey;
border-radius: 0.2em;
font-weight: bold;
height: 2.2em;
line-height: 1em;
letter-spacing: 0.05em;
padding: 0.3em 1em;
text-transform: capitalize;
margin-left: 1em;

&:hover {
background: $pale-blue;
}

@media (max-width: 750px) {
margin-left: 0;
margin-top: 1em;
}
}
}

select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
border-color: $bright-grey;
}
}
}
}
}