diff --git a/sonar-project.properties b/sonar-project.properties index df36ff8d3..2f8c74665 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectKey=openviglet_shiohara -sonar.projectName=Viglet Shiohara CMS +sonar.projectName=Shiohara CMS sonar.projectVersion=0.3.3-SNAPSHOT sonar.java.binaries=build/classes/java/main # SQ standard properties sonar.sources=src/main -sonar.tests=src/test \ No newline at end of file +sonar.tests=src/test diff --git a/src/main/resources/public/css/cover.css b/src/main/resources/public/css/cover.css index 48f536b5f..c5ab87f66 100755 --- a/src/main/resources/public/css/cover.css +++ b/src/main/resources/public/css/cover.css @@ -33,7 +33,7 @@ display: block; line-height: 0; width: 100%; - height: 100px; //alterado era auto + height: 100px; min-height: 180px; } @@ -45,7 +45,6 @@ img { right: 40px; bottom: 38px; background: rgba(0,0,0,0.3); - border-radius: 0; color: rgba(255,255,255,0.8); z-index: 2; border-radius: 2px; @@ -126,7 +125,6 @@ img { right: 40px; bottom: 38px; background: rgba(0,0,0,0.3); - border-radius: 0; color: rgba(255,255,255,0.8); z-index: 2; border-radius: 2px; diff --git a/src/main/resources/public/css/login.css b/src/main/resources/public/css/login.css index 3b1829d31..13e7457ba 100644 --- a/src/main/resources/public/css/login.css +++ b/src/main/resources/public/css/login.css @@ -3,7 +3,7 @@ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - font-family: arial; + font-family: Arial, Sans-serif; } body { @@ -42,7 +42,6 @@ h1 { .form-control { width: 100%; height: 50px; - border: none; padding: 5px 7px 5px 15px; background: #fff; color: #666; @@ -76,7 +75,7 @@ h1 { .log-btn { background: #fb6210; - dispaly: inline-block; + display: inline-block; width: 100%; font-size: 16px; height: 50px; diff --git a/src/main/resources/public/css/preview/style.css b/src/main/resources/public/css/preview/style.css index eb2b6bd42..1e5328ef1 100644 --- a/src/main/resources/public/css/preview/style.css +++ b/src/main/resources/public/css/preview/style.css @@ -98,7 +98,6 @@ p { abbr[title], abbr[data-original-title] { - text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; @@ -506,7 +505,6 @@ pre { max-width: 1140px; } } .container-fluid { - width: 100%; margin-right: auto; margin-left: auto; padding-right: 15px; @@ -10688,7 +10686,6 @@ button, input, optgroup, select, textarea { color: #96a2b7; } .list-social { - display: none !important; display: none !important; } .list-social--has-border { @@ -10835,7 +10832,7 @@ button, input, optgroup, select, textarea { transform: translateX(-50%); } } .dropdown-menu--has-triangle { - margin-top: calc(10px*1.4); } + margin-top: calc(10px * 1.4); } @media (min-width: 576px) { .dropdown-menu--has-triangle:before, .dropdown-menu--has-triangle:after { bottom: 100%; @@ -10859,7 +10856,7 @@ button, input, optgroup, select, textarea { .dropdown-menu--has-triangle--bottom { margin-top: auto; - margin-bottom: calc(10px*1.4); } + margin-bottom: calc(10px * 1.4); } @media (min-width: 576px) { .dropdown-menu--has-triangle--bottom:before, .dropdown-menu--has-triangle--bottom:after { bottom: auto; @@ -10899,7 +10896,7 @@ button, input, optgroup, select, textarea { margin-right: 1.5rem; } .dropup .dropdown-menu--has-triangle--bottom { - margin-bottom: calc(10px*1.4); } + margin-bottom: calc(10px * 1.4); } /* SUBNAV */ .sub-nav { @@ -11004,7 +11001,6 @@ button, input, optgroup, select, textarea { .theme-card__body { position: relative; display: block; - -webkit-transition: all .2s ease-out; transition: all .2s ease-out; height: 0; padding-bottom: 74.5%;