|
|
|
|
@ -325,7 +325,7 @@ input[type=text], input[type=number], input[type=email], input[type=password], t |
|
|
|
|
.client-form .bank-header {color:#646669;font-weight:bold;text-align:center;margin:15px 0;} |
|
|
|
|
/*.client-form .buttons { padding: 10px 0 6px 33px; }*/ |
|
|
|
|
|
|
|
|
|
.profile-table {width:100%;overflow:hidden;border-collapse: separate; display:table;border-spacing:15px;background:url(../img/darker-bg.png);padding-bottom:85px;} |
|
|
|
|
.profile-table {width:100%;overflow:hidden;border-collapse: separate; display:table;border-spacing:15px;background:url(../img/darker-bg.png);margin-bottom:85px;} |
|
|
|
|
.profile-row {display:table-row;} |
|
|
|
|
.profile-col1 {width: 785px;margin-right:15px;} |
|
|
|
|
.profile-col2 {width: 370px;} |
|
|
|
|
@ -372,7 +372,8 @@ ul { clear: both; list-style: none; margin: 0; padding: 0; } |
|
|
|
|
.doc-panel a.email-link {background:url(../img/sign-email.png)left center no-repeat;} |
|
|
|
|
.doc-panel a.edit-link {background:url(../img/sign-edit.png)left center no-repeat;} |
|
|
|
|
.doc-panel a.delete-link {background:url(../img/icon-delete.png)7px center no-repeat;} |
|
|
|
|
.doc-panel .doc-panel-header {background:#f7f7f7;padding:10px 18px;font-size:16px;} |
|
|
|
|
.doc-panel .doc-panel-header {background:#f7f7f7;padding:5px 18px;font-size:16px;} |
|
|
|
|
.doc-panel .doc-panel-header:first-child {border-bottom:1px solid #dedede;} |
|
|
|
|
.preview-col2 .doc-panel {box-sizing:border-box;} |
|
|
|
|
|
|
|
|
|
a.delete { vertical-align: top; } |
|
|
|
|
@ -504,7 +505,8 @@ a.delete { vertical-align: top; } |
|
|
|
|
.docs-content-wrapper {border:#dedede 1px solid;border-bottom:none;overflow: hidden;position:relative;} |
|
|
|
|
.docs-content-wrapper table.list {border:none;} |
|
|
|
|
table.list {border-collapse: collapse;border:#dedede 1px solid;border-bottom:none;width: 100%;} |
|
|
|
|
table.list tr:nth-child(odd) {background: #f7f7f7;} |
|
|
|
|
.docs-content-wrapper table.list tr.doc-row {height:50px;} |
|
|
|
|
table.list tr:nth-child(even) {background: #f7f7f7;} |
|
|
|
|
table.list tr th {text-align: left;font-size:12px;color:#646669;padding:7px 10px 7px 10px;border-right:#dedede 1px solid;border-bottom:#dedede 1px solid;border-top:none;background: #f7f7f7;} |
|
|
|
|
table.list tr th:last-child {border-right:none;} |
|
|
|
|
table.list tr th a {font-size:12px;color:#646669;text-decoration:none;} |
|
|
|
|
@ -546,8 +548,10 @@ div.blockMsg { width: 100%; height: 100%; top: 0; left: 0; text-align: center; } |
|
|
|
|
#menu ul li span{color:#fed13e;} |
|
|
|
|
#menu ul li.selected{background:url('../img/menu-selected.png') #313942 no-repeat bottom center; } |
|
|
|
|
#menu ul li.selected a{color:#fed13e;} |
|
|
|
|
#menu .other_docs_menu {position:absolute;top:50px;z-index:50;} |
|
|
|
|
#menu .other_docs_menu li {display:block;} |
|
|
|
|
#menu .other_docs_menu {position:absolute;top:50px;z-index:50;border:1px #51575f solid;} |
|
|
|
|
#menu .other_docs_menu li {display:block;padding:0;background:#454c54;border-top:1px solid #363b43;} |
|
|
|
|
#menu .other_docs_menu li:first-child {border-top:none;} |
|
|
|
|
#menu .other_docs_menu li a {line-height:50px;padding-left:10px;display:inline-block;width:100%;} |
|
|
|
|
|
|
|
|
|
.preview-wrapper {width:1200px;background:url(../img/darker-bg.png);margin-bottom:70px;} |
|
|
|
|
.preview {width:785px;height:500px;overflow:scroll;float:left;margin:15px 0 15px 15px;} |
|
|
|
|
|