summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorSashi202021-01-27 17:45:17 +0530
committerSashi202021-01-27 17:45:17 +0530
commitb722708fe28a1e268a615c5d0ed81e998579b506 (patch)
tree81de6193b678a9d1cc859c23b5a048d50c46bced /css
parent53762d582520841fe82c48177999663f6c042bb4 (diff)
downloadtbc-external-review-b722708fe28a1e268a615c5d0ed81e998579b506.tar.gz
tbc-external-review-b722708fe28a1e268a615c5d0ed81e998579b506.tar.bz2
tbc-external-review-b722708fe28a1e268a615c5d0ed81e998579b506.zip
Rename popup class name to avoiod conflict with xcos popup
Diffstat (limited to 'css')
-rwxr-xr-xcss/pop.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/css/pop.css b/css/pop.css
index 6fa93c2..e228cd5 100755
--- a/css/pop.css
+++ b/css/pop.css
@@ -1,13 +1,13 @@
h1{
margin-top: 50px;
}
-#popup_window{
+#scilab-popup_window{
padding: 10px;
cursor: pointer;
color: #0072b9;
}
-.popup-overlay {
+.scilab-popup-overlay {
width: 100%;
height: 100%;
position: fixed;
@@ -22,18 +22,18 @@ color: #0072b9;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}
-.overlay .popup-overlay {
+.overlay .scilab-popup-overlay {
opacity: 1;
left: 0
}
-.popup {
+.scilab-popup {
position: absolute;
top: 5%;
left: 47%;
margin-right: 20%;
z-index: -9999;
}
-.popup .popup-body {
+.scilab-popup .scilab-popup-body {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
@@ -60,14 +60,14 @@ color: #0072b9;
text-align: center;
border: 1px solid #e9e9e9;
}
-.popup.visible, .popup.transitioning {
+.scilab-popup.visible, .scilab-popup.transitioning {
z-index: 9999;
}
-.popup.visible .popup-body {
+.scilab-popup.visible .scilab-popup-body {
opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
-.popup .popup-exit {
+.scilab-popup .scilab-popup-exit {
cursor: pointer;
display: block;
width: 24px;
@@ -78,24 +78,24 @@ color: #0072b9;
background: url("images/quit.png") no-repeat;
}
-.popup .popup-content {
+.scilab-popup .scilab-popup-content {
overflow-y: auto;
}
-.popup-content .popup-title {
+.scilab-popup-content .scilab-popup-title {
font-size: 24px;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 10px;
}
-.popup-content p {
+.scilab-popup-content p {
font-size: 13px;
text-align: justify;
}
-.popup-content td {
+.scilab-popup-content td {
text-align: left;
}
- .popup-content textarea
+ .scilab-popup-content textarea
{
width:98%;
height:150px;