Commit 83beca84 by Lee Munkyeong

インデント修正

parent fc8f8e7a
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
} }
.breadcrumb_item:not(:last-child):after { .breadcrumb_item:not(:last-child):after {
content: ">"; content: ">";
margin: 0 5px; margin: 0 5px;
} }
/**************************** main *************************/ /**************************** main *************************/
...@@ -452,20 +452,20 @@ ...@@ -452,20 +452,20 @@
} }
#buttonAddUser { #buttonAddUser {
position: inherit; position: inherit;
} }
.add_user_modal { .add_user_modal {
width: 80%; width: 80%;
height: 80%; height: 80%;
left: 12.5%; left: 12.5%;
overflow: auto; overflow: auto;
} }
.add_user_confirm_modal { .add_user_confirm_modal {
max-height: 80%; max-height: 80%;
left: 5%; left: 5%;
width: 90%; width: 90%;
} }
#userInGroupListForAddUserInCollaboration > ul { #userInGroupListForAddUserInCollaboration > ul {
...@@ -605,55 +605,55 @@ input[name="tab_item"] { ...@@ -605,55 +605,55 @@ input[name="tab_item"] {
} }
.modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(1) { .modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(1) {
width: 25px; width: 25px;
height: 50px; height: 50px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
float: left; float: left;
} }
.modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(1) img { .modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(1) img {
width: 50px; width: 50px;
height: 50px; height: 50px;
position: absolute; position: absolute;
left: -12px; left: -12px;
} }
.modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(2) { .modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(2) {
width: 25px; width: 25px;
height: 25px; height: 25px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
float: left; float: left;
} }
.modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(2) img, .chat_item_l .thumbnail3 .img_wrap:nth-child(3) img { .modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(2) img, .chat_item_l .thumbnail3 .img_wrap:nth-child(3) img {
width: 25px; width: 25px;
height: 30px; height: 30px;
} }
.modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(3) { .modal-content .chat_item_l .thumbnail3 .img_wrap:nth-child(3) {
width: 25px; width: 25px;
height: 25px; height: 25px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
float: left; float: left;
} }
.modal-content .chat_item_l .thumbnail2 .img_wrap:nth-child(1) { .modal-content .chat_item_l .thumbnail2 .img_wrap:nth-child(1) {
width: 25px; width: 25px;
height: 50px; height: 50px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
float: left; float: left;
} }
.modal-content .chat_item_l .thumbnail2 .img_wrap:nth-child(2) { .modal-content .chat_item_l .thumbnail2 .img_wrap:nth-child(2) {
width: 25px; width: 25px;
height: 50px; height: 50px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
.modal-content .chat_item_l .thumbnail2 .img_wrap img { .modal-content .chat_item_l .thumbnail2 .img_wrap img {
width: 50px; width: 50px;
height: 50px; height: 50px;
position: absolute; position: absolute;
left: -12px; left: -12px;
} }
.modal-content .chat_item { .modal-content .chat_item {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment