Skip to content

Commit

Permalink
Merge pull request #122 from rafa62/master
Browse files Browse the repository at this point in the history
Add page_info_text class
  • Loading branch information
rafa62 authored Dec 5, 2018
2 parents 3d74cae + 31d14b1 commit 0615104
Show file tree
Hide file tree
Showing 23 changed files with 219 additions and 12 deletions.
17 changes: 16 additions & 1 deletion css/WEBootstrap/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,22 @@ select.selecterror {
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#c3c3c3 solid thin;
color:#000000;
float:none;
font-weight:normal;
margin:0 auto;
padding:4px 10px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/WEBootstrap/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion css/aguapop/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,26 @@ li {
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#800000 solid 1px;
color:#000000;
float:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:normal;
margin:0 auto;
min-height:26px;
padding-bottom:2px;
padding-left:24px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/aguapop/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion css/default/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,25 @@ textarea.texterror {
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:normal;
margin:0 auto;
padding-bottom:2px;
padding-left:10px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/default/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions css/fluid/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,25 @@ list-style-image:url(bullet.gif);
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-weight:normal;
margin:0 auto;
padding-bottom:2px;
padding-left:10px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/fluid/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion css/fresh/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,24 @@ select.selecterror {
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-weight:normal;
margin:0 auto;
padding-bottom:2px;
padding-left:10px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
background-color:#C9D392;
Expand Down
1 change: 1 addition & 0 deletions css/fresh/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion css/gel/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,24 @@ li { /* ??? */
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-weight:normal;
margin:0 auto;
padding-bottom:2px;
padding-left:10px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/gel/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion css/professional-rtl/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,24 @@ li {
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top right no-repeat;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-weight:normal;
margin:0 auto;
padding-bottom:2px;
padding-right:10px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/professional-rtl/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion css/professional/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,24 @@ textarea.texterror {
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-weight:normal;
margin:0 auto;
padding-bottom:2px;
padding-left:10px;
padding-top:2px;
position:static;
text-align:center;
visibility:visible;
width:80%;
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
color:#000000;
Expand Down
1 change: 1 addition & 0 deletions css/professional/images/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 22 additions & 2 deletions css/silverwolf/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ select.selecterror { /*AccountGroups.php, BankAccounts.php, BOMs.php, Stocks.php
/* Class selector for field help text. */
}
.page_help_text { /* many */
/* class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
background-color:#d3d3d3;
border-radius:5px;
border:#a52a2a 1px solid;
Expand All @@ -529,7 +529,27 @@ select.selecterror { /*AccountGroups.php, BankAccounts.php, BOMs.php, Stocks.php
visibility:visible;
width:50%; /* 80% in merge */
z-index:1;
/* Class selector for page help text. */
/* Class selector for page help text. Hidden / displayed by the ShowPageHelp parameter. */
}
.page_info_text {
background:#d3d3d3 url(images/info.svg) top left no-repeat;
border-radius:5px;
border:#a52a2a 1px solid;
color:#000000;
float:none;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:100%;
font-weight:normal;
margin:0 auto;
padding-bottom:3px; /* 2px in merge */
padding-left:3px; /* 10px in merge */
padding-top:3px;/* 2px in merge */
position:static;
text-align:center;
visibility:visible;
width:50%; /* 80% in merge */
z-index:1;
/* Class selector for page info text. */
}
.page_title_text {
background:#dcdcdc;
Expand Down
Loading

0 comments on commit 0615104

Please sign in to comment.