summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css
diff options
context:
space:
mode:
authorst782s <statta@research.att.com>2018-01-30 17:29:36 -0500
committerst782s <statta@research.att.com>2018-02-01 15:10:02 -0500
commit21a8761f684745bb300e075c7e98ad897ace9eed (patch)
tree6d585c3fe39fbb42a314941dbc8646e6ccf188cf /ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css
parent3af8af1310d5a27cb58be29505573f0bbdc1717c (diff)
Security/ Package Name changes
Issue-ID: PORTAL-174, PORTAL-157, PORTAL-156, PORTAL-148, PORTAL-145, PORTAL-140, PORTAL-133, PORTAL-121, PORTAL-111, PORTAL-88 Includes security fixes, Role Centralization, replace certain ECOMP occurrences etc Change-Id: I3c8b706709c6b92e646e3cbe50c2d660e8a46ef4 Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css')
-rw-r--r--ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css b/ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css
new file mode 100644
index 00000000..67c8ab40
--- /dev/null
+++ b/ecomp-portal-widget-ms/common-widgets/portal-common-scheduler-widget/styles/styles.css
@@ -0,0 +1,47 @@
+
+.portal-widget-panel-container {
+ margin-left:150px;
+ width:1500px;
+}
+
+
+.portal-widget-panel-fixed-panel {
+ min-height: 300px;
+ max-height: 1300px;
+ overflow: auto;
+}
+
+.portal-widget-panel-double-middle {
+ min-height: 660px;
+ max-height: 660px;
+ overflow: auto;
+}
+
+.portal-widget-panel-row {
+ margin-right: 0px;
+ margin-left: 0px;
+ width: 2800px;
+}
+
+/*Increases the width of the card/panel */
+.portal-widget-panel-panel-default {
+ width:450px
+}
+
+/*Controls the spacing between the cards */
+.portal-widget-panel-col-sm-3 {
+ width:20.5%
+}
+
+.portal-widget-panel-top {
+ top: 15px;
+ left: 15px;
+}
+
+#-css-ready {
+color: #bada55 !important;
+}
+
+.scheduler-radio{
+ margin:5px;
+} \ No newline at end of file