-
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.
Revert "Removed wrong icons in message view"
This reverts commit ab9b7c6.
- Loading branch information
1 parent
db3c7f7
commit ee45bb0
Showing
6 changed files
with
132 additions
and
524 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,92 +1,82 @@ | ||
.pull-right { | ||
float: right !important | ||
.pull-right{ | ||
float: right!important; | ||
} | ||
|
||
#ytActionBarContent select { | ||
padding: 0 | ||
#ytActionBarContent select{ | ||
padding: 0; | ||
} | ||
|
||
#ytActionBarContent .row:before { | ||
#ytActionBarContent .col{ | ||
padding-left: 4px; | ||
} | ||
#ytActionBarContent .col-3{ | ||
width: 25%; | ||
min-height: 1px; | ||
float: left; | ||
position: relative; | ||
} | ||
#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 #dfdfdf; | ||
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 .rowActions{ | ||
display: none; | ||
} | ||
|
||
#ytActionBarContent .rowReletedRecord:hover .rowActions { | ||
display: block | ||
#ytActionBarContent .rowReletedRecord:hover .rowActions{ | ||
display: block; | ||
} | ||
|
||
#ytActionBarContent .noRecords { | ||
#ytActionBarContent .noRecords{ | ||
background: #70a8cb; | ||
text-align: center; | ||
color: #fff; | ||
padding: 2px 0 | ||
padding: 2px 0px; | ||
} | ||
|
||
#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: 10px; | ||
#ytActionBarContent .pull-right button{ | ||
line-height: 11px; | ||
margin-left: 3px; | ||
padding: 0 6px; | ||
height: 14px | ||
padding: 0px 6px; | ||
height: 14px; | ||
} | ||
|
||
#ytActionBarContent .relatedModuleIcon { | ||
margin-right: 5px | ||
#ytActionBarContent .head .pull-right button{ | ||
height: 18px; | ||
} | ||
|
||
#messageheader.previewheader { | ||
padding: 0 0 3px 30px; | ||
#ytActionBarContent .pull-right button .glyphicon{ | ||
top: 0; | ||
} | ||
|
||
.rcmaddcontact { | ||
display: none; | ||
#ytActionBarContent .data a{ | ||
text-decoration: none; | ||
color: #000; | ||
font-size: 14px; | ||
line-height: 14px; | ||
} | ||
|
||
.action-bar__head__container { | ||
display: flex; | ||
flex-wrap: nowrap; | ||
} | ||
|
||
.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%; | ||
} | ||
#ytActionBarContent .relatedModuleIcon{ | ||
margin-right: 5px; | ||
} |
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
Oops, something went wrong.