Skip to content

Commit

Permalink
minor CSS errors. Thanks John
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Apr 3, 2014
1 parent a6c4288 commit af341ec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions themes/alphagrey/style.css
Expand Up @@ -1942,7 +1942,7 @@ textarea {
border-left:1px solid #eaeaea;
border-top:1px solid #eaeaea;
border-right:1px solid #999;
border-left:1px solid #999;;
border-left:1px solid #999;
}

.mailClientCSSButton {
Expand Down Expand Up @@ -2398,7 +2398,7 @@ div.goog-te-sectional-gadget-all{
bottom: 0;
background: url(images/help_header.png) repeat-x;
border-top:2px solid #717351;
heigth:30px;
height:30px;
}

div#vtigerHelpPopupLay{
Expand Down Expand Up @@ -2475,7 +2475,7 @@ input {
font-weight: bold;
}
.mm_message p {
border: 2px solid #AAAAAA;;
border: 2px solid #AAAAAA;
padding: 2px;
position: fixed;
left: 50%;
Expand Down Expand Up @@ -2648,7 +2648,7 @@ a.allMnu:Hover{
}
.searchBtn{
width:48px;
height:31px;
height:24px;
}

.selectall{
Expand Down
8 changes: 4 additions & 4 deletions themes/bluelagoon/style.css
Expand Up @@ -1900,7 +1900,7 @@ textarea {
border-left:1px solid #eaeaea;
border-top:1px solid #eaeaea;
border-right:1px solid #939271;
border-left:1px solid #939271;;
border-left:1px solid #939271;
}

.mailClientCSSButton {
Expand Down Expand Up @@ -2391,7 +2391,7 @@ vtigerHelpWelcomePopupLay #contentOfHelp{
bottom: 0;
background: url(images/help_header.png) repeat-x;
border-top:2px solid #717351;
heigth:30px;
height:30px;
}
div#vtigerHelpPopupLay{
position : relative !important;
Expand Down Expand Up @@ -2465,7 +2465,7 @@ input {
font-weight: bold;
}
.mm_message p {
border: 2px solid #4F94CD;;
border: 2px solid #4F94CD;
padding: 2px;
position: fixed;
left: 50%;
Expand Down Expand Up @@ -2652,7 +2652,7 @@ a.allMnu:Hover{
}
.searchBtn{
width:48px;
height:31px;
height:24px;
}

.selectall{
Expand Down
6 changes: 3 additions & 3 deletions themes/softed/style.css
Expand Up @@ -2038,7 +2038,7 @@ textarea {
border-left:1px solid #eaeaea;
border-top:1px solid #eaeaea;
border-right:1px solid #939271;
border-left:1px solid #939271;;
border-left:1px solid #939271;
}

.mailClientCSSButton {
Expand Down Expand Up @@ -2536,7 +2536,7 @@ div.goog-te-sectional-gadget-all{
bottom: 0;
background: url(images/help_header.png) repeat-x;
border-top:2px solid #717351;
heigth:30px;
height:30px;
}
div#vtigerHelpPopupLay{
position : relative !important;
Expand Down Expand Up @@ -2824,7 +2824,7 @@ a.allMnu:Hover{
}
.searchBtn{
width:48px;
height:31px;
height:24px;
}

.selectall{
Expand Down
6 changes: 3 additions & 3 deletions themes/woodspice/style.css
Expand Up @@ -1993,7 +1993,7 @@ textarea {
border-left:1px solid #eaeaea;
border-top:1px solid #eaeaea;
border-right:1px solid #939271;
border-left:1px solid #939271;;
border-left:1px solid #939271
}

.mailClientCSSButton {
Expand Down Expand Up @@ -2426,7 +2426,7 @@ div.goog-te-sectional-gadget-all{
bottom: 0;
background: url(images/help_header.png) repeat-x;
border-top:2px solid #717351;
heigth:30px;
height:30px;
}
div#vtigerHelpPopupLay{
position : relative !important;
Expand Down Expand Up @@ -2669,7 +2669,7 @@ a.drop_down_usersettings_name{
}
.searchBtn{
width:48px;
height:31px;
height:24px;
}

.selectall{
Expand Down

0 comments on commit af341ec

Please sign in to comment.