Skip to content

Commit

Permalink
- CSS Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Nov 9, 2018
1 parent 653a89c commit 8530bcb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
4 changes: 2 additions & 2 deletions 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
sonar.tests=src/test
4 changes: 1 addition & 3 deletions src/main/resources/public/css/cover.css
Expand Up @@ -33,7 +33,7 @@
display: block;
line-height: 0;
width: 100%;
height: 100px; //alterado era auto
height: 100px;
min-height: 180px;
}

Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/public/css/login.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -42,7 +42,6 @@ h1 {
.form-control {
width: 100%;
height: 50px;
border: none;
padding: 5px 7px 5px 15px;
background: #fff;
color: #666;
Expand Down Expand Up @@ -76,7 +75,7 @@ h1 {

.log-btn {
background: #fb6210;
dispaly: inline-block;
display: inline-block;
width: 100%;
font-size: 16px;
height: 50px;
Expand Down
10 changes: 3 additions & 7 deletions src/main/resources/public/css/preview/style.css
Expand Up @@ -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;
Expand Down Expand Up @@ -506,7 +505,6 @@ pre {
max-width: 1140px; } }

.container-fluid {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
Expand Down Expand Up @@ -10688,7 +10686,6 @@ button, input, optgroup, select, textarea {
color: #96a2b7; }

.list-social {
display: none !important;
display: none !important; }

.list-social--has-border {
Expand Down Expand Up @@ -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%;
Expand All @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit 8530bcb

Please sign in to comment.