java: redesign

This commit is contained in:
Alexandr Fedorov
2021-03-18 11:55:42 +03:00
parent 94beb67552
commit 8aa32308c0
19 changed files with 636 additions and 431 deletions

View File

@ -20,86 +20,107 @@ html {
height: 100%;
width: 100%;
}
body {
background: #fff;
color: #333;
font-family: 'Open Sans', Tahoma,sans-serif;
background: #FFFFFF;
color: #333333;
font-family: Open Sans;
font-size: 12px;
font-style: normal;
font-weight: normal;
height: 100%;
margin: 0;
padding: 0;
text-decoration: none;
}
form {
height: 100%;
}
div {
margin: 0;
padding: 0;
}
a, a:hover, a:visited {
a,
a:hover,
a:visited {
color: #333;
cursor: pointer;
}
header {
background: #333333;
height: 72px;
margin: 0 auto;
min-width: 1152px;
width: auto;
}
.top-panel {
background: #3D4A6B;
height: 80px;
width: 100%;
header img {
margin: 22px 0 22px 32px;
}
.top-panel img {
margin: 12px 0 0 16px;
.center {
margin: 0 auto 0;
width: 1152px;
}
.main{
height: calc(100% - 136px);
min-height: 549px;
}
.table-main {
border-spacing: 0;
height: 100%;
min-height: 549px;
}
.section{
height: 100%;
padding: 0;
vertical-align: top;
}
.main-panel {
margin: 80px auto;
width: 600px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 100%;
list-style: none;
padding: 48px 32px;
position: relative;
width: 896px;
}
.portal-name {
font-size: 20px;
color: #FF6F3D;
font-size: 24px;
font-weight: bold;
line-height: 133%;
letter-spacing: -0.02em;
}
.portal-descr {
display: inline-block;
line-height: 20px;
margin-bottom: 24px;
width: 600px;
font-size: 16px;
line-height: 160%;
margin-top: 16px;
}
.save-original {
color: #929597;
line-height: 20px;
margin-left: 16px;
white-space: nowrap;
width: 272px;
.header-list {
font-weight: bold;
font-size: 16px;
line-height: 133%;
letter-spacing: -0.02em;
}
label .checkbox {
margin: 0 5px 3px 0;
vertical-align: middle;
}
.question {
background: url("img/question_small.png") no-repeat center center transparent;
cursor: pointer;
display: inline-block;
height: 16px;
width: 16px;
}
#hint {
background-color: #FFFFFF;
border: 1px solid #8E908F;
display: none;
margin: 4px 0 0 -32px;
max-width: 415px;
padding: 10px 15px 15px;
word-wrap: break-word;
z-index: 255;
}
.corner {
background: url("img/corner.png") no-repeat scroll 0 0 transparent;
height: 6px;
left: 35px;
margin-top: -15px;
position: absolute;
width: 9px;
z-index: 261;
}
.try-descr {
font-size: 16px;
white-space : nowrap;
@ -107,138 +128,143 @@ label .checkbox {
.try-editor-list {
list-style: none;
margin: 0 0 16px;
margin: 0;
padding: 0;
}
.try-editor-list li {
float: left;
margin: 0 15px;
width: 100px;
cursor: pointer;
margin-bottom: 12px
}
.try-editor {
background-color: transparent;
background-position: center 0;
background-repeat: no-repeat;
display: block;
font-size: 14px;
font-weight: bold;
height: 45px;
padding-top: 100px;
text-align: center;
line-height: 40px;
padding-left: 42px;
text-decoration: none;
}
.try-editor.word {
background-image: url("img/file_docx.png");
background-image: url("img/file_docx.svg");
}
.try-editor.cell {
background-image: url("img/file_xlsx.png");
background-image: url("img/file_xlsx.svg");
}
.try-editor.slide {
background-image: url("img/file_pptx.png");
background-image: url("img/file_pptx.svg");
}
.create-sample {
display: inline-block;
margin-left: 75px;
color: #666666;
line-height: 24px;
}
.button, .button:visited, .button:hover, .button:active {
display: inline-block;
font-weight: normal;
text-align: center;
text-decoration: none;
vertical-align: middle;
.button,
.button:visited,
.button:hover,
.button:active {
background: #3D96C6;
border-color: #3D96C6;
border-radius: 6px;
border-style: solid;
border-width: 1px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #fff;
cursor:pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
touch-callout: none;
-o-touch-callout: none;
-moz-touch-callout: none;
-webkit-touch-callout: none;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
display: inline-block;
font-size: 12px;
font-weight: normal;
line-height: 16px;
margin-right: 3px;
padding: 4px 12px;
color: #fff;
background: #3D96C6;
border-width: 1px;
border-style: solid;
border-color: #3D96C6;
text-align: center;
text-decoration: none;
vertical-align: middle;
user-select: none;
-o-touch-callout: none;
-moz-touch-callout: none;
-webkit-touch-callout: none;
-o-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.button.disable {
cursor: default;
background: #BADDEF;
border: 1px solid #BADDEF;
border: 1px solid #BADDEF;
cursor: default;
}
.button.gray {
background: #888;
border: 1px solid #E9EAEA;
background: #ebebeb;
border: 1px solid #D0D0D0;
color: #333;
}
.upload-panel {
border-right: 1px solid #D1D1D1;
float: left;
margin-right: 25px;
padding: 24px 0;
}
.file-upload {
background: url("img/file_upload.png") no-repeat center 0 transparent;
background: url(img/file_upload.svg) no-repeat 0 transparent;
cursor: pointer;
display: inline-block;
display: block;
font-size: 14px;
font-weight: bold;
height: 45px;
margin: 0 40px 16px;
line-height: 40px;
overflow: hidden;
padding-top: 100px;
padding-left: 42px;
position: relative;
text-align: center;
width: 100px;
width: 150px;
}
.file-upload input {
cursor: pointer;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(555px, 60px) scale(8);
}
.file-upload input {
cursor: pointer;
height: 40px;
margin: 0;
opacity: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(0px, -21px) scale(2);
width: 192px;
}
.create-panel {
float: left;
padding: 16px 0;
}
.upload-panel,
.create-panel {
padding: 10px 0;
width: 100%;
border-bottom: 1px solid #D0D5DA;
}
#mainProgress {
color: #979b9f;
display: none;
margin: 15px;
}
#mainProgress #embeddedView {
display: none;
}
#mainProgress.embedded #embeddedView {
display: block;
}
#mainProgress.embedded #uploadSteps {
display: none;
}
.error-message {
background: url("img/alert.png") no-repeat scroll 4px 10px #FFECE3;
color: #666668 !important;
@ -249,9 +275,11 @@ label .checkbox {
padding: 10px 10px 10px 30px;
vertical-align: middle;
}
#mainProgress .error-message a {
color: #666668;
}
.step {
background-repeat: no-repeat;
background-position: left center;
@ -261,43 +289,100 @@ label .checkbox {
line-height: 30px;
padding-left: 25px;
}
.current {
background-image: url("img/loader16.gif");
color: #333;
}
.done {
background-image: url("img/done.png");
color: #333;
}
.error {
background-image: url("img/alert.png");
}
.step-descr {
display: block;
margin-left: 45px;
}
#mainProgress .step-descr a {
color: #979B9F;
}
.progress-descr {
color: #333;
}
#loadScripts {
display: none;
}
#iframeScripts {
position: absolute;
visibility: hidden;
}
.bottom-panel {
bottom: 0;
position: fixed;
text-align: right;
width: 100%;
footer {
background: #333333;
color: #AAAAAA;
height: 64px;
min-width: 1152px;
width: auto;
}
footer table {
border-spacing: 0;
}
footer table tr {
height: 64px;
}
footer table td {
padding-left: 32px;
}
footer a,
footer a:hover,
footer a:visited {
color: #FF6F3D;
font-size: 14px;
line-height: 120%;
}
footer a:hover {
text-decoration: none;
}
.copy {
padding-left: 510px;
}
.help-block {
margin: 48px 32px;
}
.help-block span {
font-size: 16px;
line-height: 26px;
font-size: 14px;
font-weight: 600;
line-height: 19px;
}
.stored-list {
list-style: none;
padding: 0;
position: relative;
height: 100%;
}
.stored-list li {
border-bottom: 1px solid #D1D1D1;
line-height: 28px;
padding: 0 8px;
}
.stored-edit {
@ -305,48 +390,35 @@ label .checkbox {
background-position: left center;
background-repeat: no-repeat;
display: inline-block;
line-height: 16px;
max-width: 450px;
margin-bottom: -6px;
height: 16px;
max-width: 250px;
overflow: hidden;
padding: 4px 0 1px 34px;
padding: 8px 0 1px 26px;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.stored-edit.word {
background-image: url("img/icon_docx.png");
}
.stored-edit.cell {
background-image: url("img/icon_xlsx.png");
}
.stored-edit.slide {
background-image: url("img/icon_pptx.png");
}
.stored-edit span {
font-size: 12px;
line-height: 12px;
}
.stored-edit:hover span {
text-decoration: underline;
}
.stored-download {
color: #787878;
float: right;
text-decoration: none;
.stored-edit.word {
background-image: url("img/icon_docx.svg");
}
.stored-edit.cell {
background-image: url("img/icon_xlsx.svg");
}
.stored-download:hover {
color: #787878;
text-decoration: underline;
}
.stored-edit.slide {
background-image: url("img/icon_pptx.svg");
}
.stored-edit span {
font-size: 12px;
line-height: 12px;
}
.stored-edit:hover span {
text-decoration: underline;
}
.blockTitle {
background-color: #E2E2E2 !important;
@ -359,6 +431,7 @@ label .checkbox {
font-weight: normal !important;
padding: 15px 25px !important;
}
.dialog-close {
background: url("img/close.png") no-repeat scroll left top #E2E2E2;
cursor: pointer;
@ -369,6 +442,7 @@ label .checkbox {
margin-top: 4px;
width: 12px;
}
.blockPage {
border: none !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
@ -377,6 +451,7 @@ label .checkbox {
-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
padding: 0 !important;
}
.clearFix:after {
content: ".";
display: block;
@ -385,26 +460,6 @@ label .checkbox {
visibility: hidden;
}
/*Icon table*/
.select-user {
margin-left: 15px;
}
.user-block-table {
height: 100%;
width: 100%;
}
.user-block-table td {
background-color: #F4F4F4;
border-bottom: 1px solid white;
padding: 12px 0;
}
#tableRow {
vertical-align: top;
}
.tableRow {
background: transparent;
-moz-transition: all 0.2s ease-in-out;
@ -414,16 +469,17 @@ label .checkbox {
transition: all 0.2s ease-in-out;
}
.tableRow:hover {
background-color: #ebebeb;
}
.tableRow:hover {
background-color: #ebebeb;
}
.tableHeader {
padding-top: 10px;
}
.tableHeader tr{
background: transparent;
color: #333;
cursor: default;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
height: 40px;
-khtml-user-select: none;
user-select: none;
@ -432,19 +488,39 @@ label .checkbox {
}
.tableHeaderCell {
padding: 2px 1px 2px 5px;
border-bottom: 1px solid #CCCCCC;
padding: 2px 4px;
text-align: center;
}
.tableHeaderCellFileName {
text-align: left;
width: 37%;
}
.tableHeaderCellEditors{
width: 29%;
}
.tableHeaderCellViewers{
width: 11%;
}
.tableHeaderCellDownload{
width: 13%;
text-align: right;
padding-right: 20px;
}
.tableHeaderCellRemove{
text-align: left;
}
.contentCells {
padding: 4px 1px 4px 5px;
border-bottom: 1px solid #e5e5e5;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
border-bottom: 1px solid #e5e5e5;
padding: 4px;
white-space: nowrap;
-khtml-user-select: none;
user-select: none;
@ -452,44 +528,98 @@ label .checkbox {
-webkit-user-select: none;
}
.contentCells a {
text-decoration: none;
}
.contentCells-shift {
padding-right: 30px;
padding-right: 44px;
}
.contentCells-icon {
width: 6%;
width: 4%;
}
.contentCellsSmall {
padding: 5px 1px 5px 6px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
border-bottom: 1px solid #e5e5e5;
white-space: nowrap;
text-align: center;
.select-user {
color: #444444;
font-family: Open Sans;
font-size: 12px!important;
font-weight: normal!important;
line-height: 16px!important;
}
.primaryRow {
background-color: #e9e9e9;
.user-block-table {
height: 100%;
padding: 14px 0;
width: 100%;
}
.secondaryRow {
background-color: #F9F9F9;
.user-block-table td {
background-color: #F4F4F4;
padding-top: 10px;
}
#user, #language {
width: 130px;
.user-block-table td select {
border: 1px solid #D0D5DA;
box-sizing: border-box;
border-radius: 3px;
cursor: pointer;
}
.icon-download {
margin-bottom: -5px;
#user,
#language {
width: 100%;
margin-top: 5px;
}
.icon-delete {
cursor: pointer;
margin-bottom: -6px;
}
.left-panel {
width: 256px;
background: #F5F5F5;
}
.scroll-table-body {
bottom: 0;
left: 0;
margin-top: 0px;
overflow-x: auto;
position: absolute;
right: 0;
top: 71px;
scrollbar-color: #D0D5DA transparent;
scrollbar-width: thin;
}
.scroll-table-body::-webkit-scrollbar {
width: 4px;
}
.scroll-table-body::-webkit-scrollbar-thumb {
background: #D0D5DA;
border-radius: 3px;
}