adding css/less files and html files for portal

adding css and html files for the portal mode
This commit is contained in:
Jared Tabor
2014-10-15 17:07:05 -04:00
parent 33ad0c7612
commit b224f0abce
3 changed files with 66 additions and 3 deletions
+2 -1
View File
@@ -60,7 +60,8 @@
@import "lists.less";
@import "new-dashboard.less";
@import "jPushMenu.less";
@import "survey-maker.less";
@import "survey-maker.less";
@import "portal.less";
/* Bootstrap fix that's causing a right margin to appear
whenver a modal is opened */
+39
View File
@@ -0,0 +1,39 @@
/*********************************************
* Copyright (c) 2014 AnsibleWorks, Inc.
*
* portal.css
*
* custom styles for poral mode
*
*/
.portal-container{
border: 1px solid @grey;
border-radius: 4px;
padding: 5px;
}
.portal-header{
margin: 5px;
margin-left: 10px;
font-size: 14px;
font-weight: bold;
}
#portal-jobs{
margin-top: 20px;
}
@media (min-width: 769px) {
.left-side {
padding-right: 7px;
}
.right-side {
padding-left: px;
}
}