-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from YetiForceCompany/developer
Developer
- Loading branch information
Showing
11 changed files
with
2,133 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,132 @@ | ||
.pull-right{float:right !important}#ytActionBarContent select{padding:0}#ytActionBarContent .col{padding-left:4px}#ytActionBarContent .col-3{width:25%;min-height:1px;float:left;position:relative}#ytActionBarContent .row:before{display:table;content:" "}#ytActionBarContent .row:after{clear:both;display:table;content:" "}#ytActionBarContent .ytHeader{position:relative;border-bottom:1px solid #69a3cb}#ytActionBarContent .head{color:#fff;background-color:#4979aa;height:20px;padding-top:2px}#ytActionBarContent .data{color:#000;background:#ecf6ff}#ytActionBarContent .rowReletedRecord .rowActions{display:none}#ytActionBarContent .rowReletedRecord:hover .rowActions{display:block}#ytActionBarContent .noRecords{background:#70a8cb;text-align:center;color:#fff;padding:2px 0}#ytActionBarContent .noRecords a.importMail{color:#ecf6ff;cursor:pointer;font-weight:800}#ytActionBarContent .rowReletedRecord{margin:3px 0 6px 0}#ytActionBarContent .rowReletedRecord{margin:3px 0 6px 0}#ytActionBarContent .pull-right button{line-height:11px;margin-left:3px;padding:0 6px;height:14px}#ytActionBarContent .head .pull-right button{height:18px}#ytActionBarContent .pull-right button .glyphicon{top:0}#ytActionBarContent .data a{text-decoration:none;color:#000;font-size:14px;line-height:14px}#ytActionBarContent .relatedModuleIcon{margin-right:5px} | ||
.pull-right { | ||
float: right !important | ||
} | ||
|
||
#ytActionBarContent select { | ||
padding: 0 | ||
} | ||
|
||
#ytActionBarContent .row:before { | ||
display: table; | ||
content: " " | ||
} | ||
|
||
#ytActionBarContent .row:after { | ||
clear: both; | ||
display: table; | ||
content: " " | ||
} | ||
|
||
#ytActionBarContent .ytHeader { | ||
position: relative; | ||
border-bottom: 1px solid #dfdfdf; | ||
} | ||
|
||
#ytActionBarContent .rowReletedRecord .rowActions { | ||
display: none | ||
} | ||
|
||
#ytActionBarContent .rowReletedRecord:hover .rowActions { | ||
display: block | ||
} | ||
|
||
#ytActionBarContent .noRecords { | ||
background: #70a8cb; | ||
text-align: center; | ||
color: #fff; | ||
padding: 2px 0 | ||
} | ||
|
||
#ytActionBarContent .noRecords a.importMail { | ||
color: #ecf6ff; | ||
cursor: pointer; | ||
font-weight: 800 | ||
} | ||
|
||
#ytActionBarContent .rowReletedRecord { | ||
margin: 3px 0 6px 0 | ||
} | ||
|
||
#ytActionBarContent .rowReletedRecord { | ||
margin: 3px 0 6px 0 | ||
} | ||
|
||
#ytActionBarContent .pull-right button { | ||
line-height: 10px; | ||
margin-left: 3px; | ||
padding: 0 6px; | ||
height: 14px | ||
} | ||
|
||
#ytActionBarContent .relatedModuleIcon { | ||
margin-right: 5px | ||
} | ||
|
||
#messageheader.previewheader { | ||
padding: 0 0 3px 30px; | ||
} | ||
|
||
.rcmaddcontact { | ||
display: none; | ||
} | ||
|
||
.mr-5px { | ||
margin-right: 5px; | ||
} | ||
|
||
.ml-5px { | ||
margin-left: 5px; | ||
} | ||
|
||
.w-100 { | ||
width: 100%; | ||
} | ||
|
||
.flex-wrap { | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.rowRelatedRecord { | ||
padding: 2px; | ||
} | ||
|
||
.action-bar__head__container { | ||
display: flex; | ||
flex-wrap: nowrap; | ||
} | ||
|
||
.action-bar__data a { | ||
text-decoration: none; | ||
color: #000; | ||
font-size: 14px; | ||
line-height: 14px | ||
} | ||
|
||
.action-bar__header { | ||
font-size: 14px; | ||
min-width: 90px; | ||
} | ||
|
||
.action-bar__head { | ||
background-color: #4a5364; | ||
height: 20px; | ||
color: #fff; | ||
padding: 2px; | ||
} | ||
|
||
.action-bar__col { | ||
width: 100%; | ||
} | ||
|
||
@media only screen and (min-width: 600px) { | ||
#ytActionBarContent .action-bar__col { | ||
width: 50%; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 1200px) { | ||
#ytActionBarContent .action-bar__col { | ||
width: 25%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,132 @@ | ||
.pull-right{ | ||
float: right!important; | ||
.pull-right { | ||
float: right !important | ||
} | ||
#ytActionBarContent select{ | ||
padding: 0; | ||
|
||
#ytActionBarContent select { | ||
padding: 0 | ||
} | ||
#ytActionBarContent .col{ | ||
padding-left: 4px; | ||
} | ||
#ytActionBarContent .col-3{ | ||
width: 25%; | ||
min-height: 1px; | ||
float: left; | ||
position: relative; | ||
} | ||
#ytActionBarContent .row:before{ | ||
|
||
#ytActionBarContent .row:before { | ||
display: table; | ||
content: " "; | ||
content: " " | ||
} | ||
|
||
#ytActionBarContent .row:after { | ||
clear: both; | ||
clear: both; | ||
display: table; | ||
content: " "; | ||
content: " " | ||
} | ||
#ytActionBarContent .ytHeader{ | ||
|
||
#ytActionBarContent .ytHeader { | ||
position: relative; | ||
border-bottom: 1px solid #69a3cb; | ||
border-bottom: 1px solid #dfdfdf; | ||
} | ||
#ytActionBarContent .head{ | ||
color: #fff; | ||
background-color: #4979aa; | ||
height: 20px; | ||
padding-top: 2px; | ||
|
||
#ytActionBarContent .rowReletedRecord .rowActions { | ||
display: none | ||
} | ||
#ytActionBarContent .data{ | ||
color: #000; | ||
background: #ecf6ff; | ||
|
||
#ytActionBarContent .rowReletedRecord:hover .rowActions { | ||
display: block | ||
} | ||
#ytActionBarContent .rowReletedRecord .rowActions{ | ||
display: none; | ||
} | ||
#ytActionBarContent .rowReletedRecord:hover .rowActions{ | ||
display: block; | ||
} | ||
#ytActionBarContent .noRecords{ | ||
|
||
#ytActionBarContent .noRecords { | ||
background: #70a8cb; | ||
text-align: center; | ||
color: #fff; | ||
padding: 2px 0px; | ||
padding: 2px 0 | ||
} | ||
#ytActionBarContent .noRecords a.importMail{ | ||
|
||
#ytActionBarContent .noRecords a.importMail { | ||
color: #ecf6ff; | ||
cursor: pointer; | ||
font-weight: 800; | ||
font-weight: 800 | ||
} | ||
#ytActionBarContent .rowReletedRecord{ | ||
margin: 3px 0 6px 0; | ||
|
||
#ytActionBarContent .rowReletedRecord { | ||
margin: 3px 0 6px 0 | ||
} | ||
#ytActionBarContent .rowReletedRecord{ | ||
margin: 3px 0 6px 0; | ||
|
||
#ytActionBarContent .rowReletedRecord { | ||
margin: 3px 0 6px 0 | ||
} | ||
#ytActionBarContent .pull-right button{ | ||
line-height: 11px; | ||
|
||
#ytActionBarContent .pull-right button { | ||
line-height: 10px; | ||
margin-left: 3px; | ||
padding: 0px 6px; | ||
height: 14px; | ||
padding: 0 6px; | ||
height: 14px | ||
} | ||
|
||
#ytActionBarContent .relatedModuleIcon { | ||
margin-right: 5px | ||
} | ||
|
||
#messageheader.previewheader { | ||
padding: 0 0 3px 30px; | ||
} | ||
#ytActionBarContent .head .pull-right button{ | ||
height: 18px; | ||
|
||
.rcmaddcontact { | ||
display: none; | ||
} | ||
|
||
.mr-5px { | ||
margin-right: 5px; | ||
} | ||
|
||
.ml-5px { | ||
margin-left: 5px; | ||
} | ||
|
||
.w-100 { | ||
width: 100%; | ||
} | ||
|
||
.flex-wrap { | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
#ytActionBarContent .pull-right button .glyphicon{ | ||
top: 0; | ||
|
||
.rowRelatedRecord { | ||
padding: 2px; | ||
} | ||
#ytActionBarContent .data a{ | ||
|
||
.action-bar__head__container { | ||
display: flex; | ||
flex-wrap: nowrap; | ||
} | ||
|
||
.action-bar__data a { | ||
text-decoration: none; | ||
color: #000; | ||
font-size: 14px; | ||
line-height: 14px; | ||
font-size: 14px; | ||
line-height: 14px | ||
} | ||
#ytActionBarContent .relatedModuleIcon{ | ||
margin-right: 5px; | ||
|
||
.action-bar__header { | ||
font-size: 14px; | ||
min-width: 90px; | ||
} | ||
|
||
.action-bar__head { | ||
background-color: #4a5364; | ||
height: 20px; | ||
color: #fff; | ||
padding: 2px; | ||
} | ||
|
||
.action-bar__col { | ||
width: 100%; | ||
} | ||
|
||
@media only screen and (min-width: 600px) { | ||
#ytActionBarContent .action-bar__col { | ||
width: 50%; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 1200px) { | ||
#ytActionBarContent .action-bar__col { | ||
width: 25%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.