Skip to content

Commit dd45b2f

Browse files
committed
Merge ycastillo-yoselyn.6015 - refs #6015
1 parent 0440fa5 commit dd45b2f

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

main/css/base.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4829,13 +4829,13 @@ i.size-32.icon-new-work{
48294829
}
48304830

48314831
.btn-invitations {
4832-
margin-left: 120px;
4832+
margin-left: 110px;
48334833
}
48344834
.btn-msg {
48354835
background: url("send_msg.png") no-repeat left center;
48364836
background-position: 3px;
4837-
padding: 2px 6px;
4838-
padding-left: 23px;
4837+
padding: 2px 4px;
4838+
padding-left: 22px;
48394839
margin-bottom: 10px;
48404840
font-size: 11px;
48414841
line-height: 14px;
@@ -4844,8 +4844,8 @@ i.size-32.icon-new-work{
48444844
.btn-inv {
48454845
background: url("send_inv.png") no-repeat left center;
48464846
background-position: 3px;
4847-
padding: 2px;
4848-
padding-left: 27px;
4847+
padding: 2px 4px;
4848+
padding-left: 22px;
48494849
margin-bottom: 10px;
48504850
font-size: 11px;
48514851
line-height: 14px;
@@ -4854,8 +4854,8 @@ i.size-32.icon-new-work{
48544854
.btn-inv-off {
48554855
background: url("send_inv_off.png") no-repeat left center;
48564856
background-position: 3px;
4857-
padding: 2px;
4858-
padding-left: 27px;
4857+
padding: 2px 4px;
4858+
padding-left: 22px;
48594859
margin-bottom: 10px;
48604860
font-size: 11px;
48614861
line-height: 14px;

main/css/responsive.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,19 @@ The more frequent ones have been marked with *
513513
.course-tool {
514514
width: 260px;
515515
}
516+
.btn-invitations {
517+
margin-left: 120px;
518+
}
519+
.btn-msg {
520+
padding-left: 27px;
521+
}
522+
.btn-inv {
523+
padding-left: 27px;
524+
padding-right:5px;
525+
}
526+
.btn-inv-off {
527+
padding-left: 27px;
528+
padding-right:5px;
529+
}
516530
}
531+

0 commit comments

Comments
 (0)