mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
[Legacy] Timezone Modal Changes
This commit is contained in:
parent
3d55d0308c
commit
3daf5f5731
2 changed files with 29 additions and 37 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue