Skip to content

Commit

Permalink
reftracker originals
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilbertakm committed Sep 1, 2022
1 parent de656b4 commit 16f135a
Show file tree
Hide file tree
Showing 8 changed files with 13,148 additions and 0 deletions.
142 changes: 142 additions & 0 deletions client - ORIGINAL.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@


.rmItem img{

height:14px;
width:14px;

}

/* spacing in menu bar */
.RadMenu .rmHorizontal .rmText{
padding:0 5px 1px 0 !important;

}

#pgobmbar{


}

/* Adjust the width of the left and right hand side components of the menubar */
.clientProvince .lyodiv0 {
width: 20% !important;
}

.clientProvince .lyodiv1 {
width: 80% !important;
}

.reToolCell {
display: none;

}

.reCentre_top{

height:0px!important;
}
.reToolZone {
display: none;
}
.reContentCell {

padding: 0px !important;
margin: 0px !important;
width: 100%;
border-spacing: 0px;
border-style: none !important;
}

.reLayoutWrapper {

padding: 0px !important;
margin: 0px !important;
width: 100%;
border-spacing: 0px;
background-color: #FFFFFF !important;

}

.reContentArea {
padding: 0px !important;
margin: 0px !important;
width: 100%;
border-spacing: 0px;
background-color: #FFFFFF !important;
}


/* welcome message */


*.welcome
{
margin-top: 20px;
font-weight: bold;
margin-bottom: 20px;
min-height:25px;
font-family: Arial;
text-align: center;
padding-top:4px;
border-width:0px;
border-radius: 4px !important;

}


.welcome .lbtxt{
font-size: 1.3em !important;
font-weight:bold;
}

/* Whiteboard */





*.introTable{
margin-left:9px;
margin-right:9px;
margin-bottom:10px;

}

#introCell div{

text-align:center !important;

}


.rcDiv {
background-color: inherit;
padding-top: 15px;
padding-bottom: 15px;
}

.rcRefreshImage {
font-weight: bold;
font-size: 0.97em;
display: block;
margin-left: 20px;
background-image: url(../../include/images/main/newcaptcha.png);
background-repeat: no-repeat;
padding-left: 30px;
height: 20px;
margin-top: 15px;
margin-bottom: 10px;
width: 120px;
}

.rcCaptchaAudioLink {
font-weight: bold;
font-size: 1em;
margin-left: 20px;
background-image: url(../../include/images/main/speaker.png);
background-repeat: no-repeat;
padding-left: 30px;
width: 120px;
height: 20px;
}
142 changes: 142 additions & 0 deletions client.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@


.rmItem img{

height:14px;
width:14px;

}

/* spacing in menu bar */
.RadMenu .rmHorizontal .rmText{
padding:0 5px 1px 0 !important;

}

#pgobmbar{


}

/* Adjust the width of the left and right hand side components of the menubar */
.clientProvince .lyodiv0 {
width: 20% !important;
}

.clientProvince .lyodiv1 {
width: 80% !important;
}

.reToolCell {
display: none;

}

.reCentre_top{

height:0px!important;
}
.reToolZone {
display: none;
}
.reContentCell {

padding: 0px !important;
margin: 0px !important;
width: 100%;
border-spacing: 0px;
border-style: none !important;
}

.reLayoutWrapper {

padding: 0px !important;
margin: 0px !important;
width: 100%;
border-spacing: 0px;
background-color: #FFFFFF !important;

}

.reContentArea {
padding: 0px !important;
margin: 0px !important;
width: 100%;
border-spacing: 0px;
background-color: #FFFFFF !important;
}


/* welcome message */


*.welcome
{
margin-top: 20px;
font-weight: bold;
margin-bottom: 20px;
min-height:25px;
font-family: Arial;
text-align: center;
padding-top:4px;
border-width:0px;
border-radius: 4px !important;

}


.welcome .lbtxt{
font-size: 1.3em !important;
font-weight:bold;
}

/* Whiteboard */





*.introTable{
margin-left:9px;
margin-right:9px;
margin-bottom:10px;

}

#introCell div{

text-align:center !important;

}


.rcDiv {
background-color: inherit;
padding-top: 15px;
padding-bottom: 15px;
}

.rcRefreshImage {
font-weight: bold;
font-size: 0.97em;
display: block;
margin-left: 20px;
background-image: url(../../include/images/main/newcaptcha.png);
background-repeat: no-repeat;
padding-left: 30px;
height: 20px;
margin-top: 15px;
margin-bottom: 10px;
width: 120px;
}

.rcCaptchaAudioLink {
font-weight: bold;
font-size: 1em;
margin-left: 20px;
background-image: url(../../include/images/main/speaker.png);
background-repeat: no-repeat;
padding-left: 30px;
width: 120px;
height: 20px;
}
Loading

0 comments on commit 16f135a

Please sign in to comment.