X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Ffed4fire.css;h=60d614d9a70ff8d7dc1ea932e1de9aff5ec4458d;hb=fa7bf28ed61a58beb05ee64d1c1082e3ef353a2e;hp=a014b34ddb59e5ed8b3313bdb666622956782e79;hpb=3d16aa36af64e8e0e5ce3a48c34df158fbfaae29;p=unfold.git diff --git a/portal/static/css/fed4fire.css b/portal/static/css/fed4fire.css index a014b34d..60d614d9 100644 --- a/portal/static/css/fed4fire.css +++ b/portal/static/css/fed4fire.css @@ -1,628 +1,797 @@ -/* @override unfold/static/css/plugin.css */ -/* GENERAL */ +html { height: 100% } + body { - padding-top: 60px; - padding-bottom: 20px; -} -*/ -/* center the buttons vertically in the header */ -div.topmenu { padding-top: 40px; } -ul.logged-in { - padding-top: 12px; -} -button.logged-in { - font-size: small; - margin-left: 5px; + background-color:white; + color:black; + margin:0; + padding:0; + height: 100%; } -li.username { - margin-bottom: 10px; - font-size: x-small; +a, a:active, a:focus { + outline: 0; } -.logoTxt{ - font-size: 35px; - position: absolute; - margin-left: 20px; - font-family: verdana,arial,sans-serif; - font-weight: bold; -} -a{ - color: #777777; - text-decoration: none; +h1 { + border-bottom:1px solid #DDDDDD; + padding:0; + margin:25px 0; + font-size:14pt; } -a:hover{ - color: red; - text-decoration: none; -} -.container { - padding: 0 !important; - color: black; - background-color: white; - margin: 0; - width: 100%; - max-width: 100%; - min-height: 100% !important; - height: 100% !important; - font-family: Ubuntu, Arial, sans-serif !important; -} -div.f4f-title{ - margin-top:20px; - margin-bottom:20px; - text-align: center; - border: 1px solid #61210B; - background-color: orange; +h1 img { + vertical-align:middle; + margin-bottom:4px; + margin-right:10px; } -.container h1 { - color: #777777; - margin-top: 5px; +h2 { + font-size:14pt; + color:#333333; } -table { - color:black; +h3 { + font-size:12pt; + letter-spacing:0.6pt; + color:#201E62; } - -.container h1, .container h2 { - color: #fff !important; +h4 { + font-size:12pt; + letter-spacing:0.6pt; + color:#201E62; } - -div.plugin-outline-complete, -div.plugin-outline-body { - border: 0px solid; - border-radius: 0; - border-color: #ccc; - -webkit-transition: padding 200ms ease-out; - -moz-transition: padding 200ms ease-out; - -o-transition: padding 200ms ease-out; - transition: padding 0.2s ease-out; - padding: 20px; - margin: 0; +div.slogan { + margin-left: 0px; } -/* -div.plugin-outline-complete:hover, -div.plugin-outline-body:hover { - padding: 80px 80px 120px 80px; +div.login-widget{ + width:400px; + top:16px; + float:left; } -*/ -a.plugin-tooltip { - font-size: 130%; - font-style: normal; - font-weight: bold; - padding: 5px; - color: #333; - font-family: Ubuntu, Arial, sans-serif; - text-transform: uppercase; +label { + font-weight:normal; + font-size:13px; + color:#201E62; +} +input[type=checkbox] { + min-width:5px !important; + margin-left:0 !important; +} +input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number] { + min-width:260px; + padding:6px; + border:1pt solid #CCCCCC; + vertical-align:bottom; + border-radius:0; } -a.plugin-tooltip:hover { - color: #fff; - text-decoration: none; +textarea { + padding:6px; + border:1pt solid #CCCCCC !important; + border-radius:0 !important; } +div.wrapper { + width:980px; + margin:0 auto; + position:relative; +} +/*div.container { + width:980px; + margin:25px auto; +}*/ -/* LIST VIEW */ +div.wide { + margin:0 auto 25px auto; + padding:0 25px; +} -h2.well.well-lg { - border-radius:0; - border: 0; - font-family: Ubuntu, arial, sans-serif; - /* text-transform: ; */ - font-weight: normal; - font-size: 40px; - /* color: #30196d; */ - color: white; - margin-bottom: 0px; - margin-top: 0; - padding: 40px; - opacity: 1; +span.label { + font-size:11pt; + color:gray; + font-weight:normal; + padding:0; +} +/***** Notifications *****/ +.warning { + border: 1px solid red; + margin: 20px 60px; + padding: 10px 20px; + color: red; + background-color: #f2dbdb; text-align: center; - background-color: #30196d; } - -#complete-resources { -/* background-color: #92f79e ; */ - background-color: #B8B2FF ; +/* HEADER */ +div#header { + height:100px; + background-color:white; } -#complete-filters { -/* background-color: #4af25d; */ - background-color: #add7ff; +div#secondary { } -#complete-users { -/* background-color: #ff7394 ; */ - background-color: #add7ff ; -} -/* -#complete-measurements { - background-color: ; +div#secondary ul { + float:right; } -*/ -#complete-pending { -/* background-color: #add7ff ; */ - background-color: #B8B2FF ; +div#secondary li { + font-size:10pt; + float:left; + list-style:none; + margin-right:30px; } - -#complete-customize-resources { - background-color: #efdfdf; +div#secondary li a { + color:black; } - -#complete-msgs-pre { - background-color: #ccc; +div#secondary li a:hover { + color:#270A5A; + text-decoration:none; +} +div#secondary li:last-child { + margin-right:0; } -#complete-resources, -#complete-filters, -#complete-users, -#complete-measurements, -#complete-pending, -#complete-customize-resources, -#complete-msgs-pre { - opacity: 1; +div#navigation { + background-color:orange; + width:100%; + height:40px; text-align: center; - color: #333; } - -#complete-resources:hover, -#complete-filters:hover, -#complete-users:hover, -#complete-measurements:hover, -#complete-pending:hover, -#complete-customize-resources:hover, -#complete-msgs-pre:hover { - opacity: 1; +div#navigation div.wrapper { + text-align:center; } - -.nav.nav-tabs { - font-family: Ubuntu, Arial, sans-serif; - border: 0 !important; - border-bottom: 3px solid #fff !important; - margin-bottom: 40px; +div#navigation ul { + margin:0; + padding:0; + display: inline-block; + list-style-type: none; + white-space: nowrap; } -.nav.nav-tabs li.active a { - color: red; - border-left: 0px solid #572bc9; - border-top: 0px solid #572bc9; - border-right: 0px solid #572bc9; - background-color: orange; +div#navigation li { + color:white; + font-family:helvetica, sans-serif; + font-size:9pt ; + font-weight:bold; + line-height:0.8em; + letter-spacing:0.6pt; + list-style:none; + float:left; + padding:0; + margin:16px 25px 0 0; } - -.nav.nav-tabs li a { - color: #333; - border: 0 !important; - margin-right: 5px; +div#navigation li a { + color:#003333; } - -.nav.nav-tabs li a:hover { - color: #333; - background: red; - color: #fff; - border: 0 !important; +div#navigation .iconlogout { + margin-top:-10px; + margin-right:2px; + color:#003333; } - -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - background-color: orange; +div#navigation li a:hover { + text-decoration:none; + color:white; } - -/* TOPMENU.CSS */ - -body { - /* background: #30196d !important; */ - /* background: black !important; */ - background: white !important; - padding-top: 0px; - padding-bottom: 0px; +div#navigation li:last-child { + margin-right:0; } -.navbar-fixed-top { - position: relative !important; +div#navigation li.active { + padding:5px; + padding-top: 15px; + min-height: 40px; + margin-top: 0px; + background-color:gray; + color:#FF0000; } - -.navbar-nav li a:hover { - color: red !important; +div#navigation li.slices { + position:relative; + cursor:pointer; } - -.navbar-nav li.active a { - background: #eee !important; - background-color: orange; - color: #572bc9 ; +div#navigation .dropdown-menu { + color:white; + padding:0 15px 15px 15px; + margin-top:5px; + margin-left:-16px; + background-color:orange; +} +div#navigation .dropdown-menu a { + color:white; } -.navbar-nav li.active a { - background: #eee ; +div#menu-slice-list{ + display:none; + position:absolute; + background-color:orange; + padding:15px; + left:-15px; + z-index:10; } -/* Thierry : turning this off -ul.logged-in { - padding-top: 25px; +div#navigation .dropdown-menu li:first-child { + border-bottom:1px solid white; + padding-bottom:5px; + } -Thierry */ -button.logged-in { - font-size: 1em; - font-weight: bold; - margin-left: 5px; - margin-top: -5px; - /* background: #572bc9; */ - background: #FFD69B; - border: 1px solid orange; - color: #777777; - padding: 5px 15px; - border-radius:5px; +/* HOME DASHBOARD */ +div#home-dashboard { + color:black; + margin:0 auto 25px auto; } - -button.logged-in:hover { - /* background: #4af25d; */ - background: orange; - border: 1px solid #777777; - color: #777777; +div#home-dashboard table { + margin:25px; + width:100%; +} +div#home-dashboard table td { + text-align:center; + padding:15px 0; + width:33%; } -li.username { - margin-bottom: 10px; - font-size: 0.8em; - text-transform: none; - font-weight: normal; - color: #999; +div#home-dashboard table tr:first-child td { + font-size:12pt; + font-weight:bold; + color:#270A5A; +} +div#home-dashboard table tr:last-child td { + vertical-align:top; + padding:25px 0; +} +div#home-dashboard table tr:last-child td.logged-in { + border-right:1px solid #DDDDDD; + padding:25px; +} +div#home-dashboard table tr:last-child td.support { + border-left:1px solid #DDDDDD; + padding:25px; +} +div#home-dashboard table tr:last-child td:first-child { +} +div#home-dashboard table tr:last-child td:last-child { + border-right:0; +} +div#home-dashboard table tr:last-child td.logged-in div { + text-align:left; + padding:25px 0; +} +div#home-dashboard table tr:last-child td.support div { + text-align:left; + padding:25px 0; +} +div#home-dashboard div.login-widget { + padding:20px; +} +div#home-dashboard table td.support { +} +div#home-dashboard table td.support a { +} +div#home-dashboard table td.support a:hover { + text-decoration:none; } +div#home-dashboard div#manager { + display:none; +} -/* BOOTSTRAP */ - - -ul.pagination li a { - /* background: ; */ - color: #572bc9; - font-family: Ubuntu, Arial, sans-serif; +div#home-dashboard div#home-slice-list { + margin:25px 0; + padding:0 25px; + text-align:left; +} +div#home-dashboard div#home-slice-list ul { + list-style: none; + padding:0; + margin:0; +} +div#home-dashboard div#home-slice-list li { + } -ul.pagination li.active a { - /* background: #572bc9; */ - background: orange; - border: 1px solid red; +.login-submit { + vertical-align:middle; + padding:0; } +.lost-password { + font-size:10pt; + color:#CCCCCC; + text-align:right; + padding:0px; +} +.lost-password a { +} +.login-signup { + border-top:1px solid #CCCCCC; + text-align:center; + margin-top:15px; + padding:5px 0 0 0; +} +/**/ +/**/ +/* WELL */ +div.well { +} +/**/ +/* BUTTON */ .btn.btn-default { - /* background: #572bc9; */ - background: #FFD69B; - color: #777777; - font-family: Ubuntu, Arial, sans-serif; font-weight: bold; - border-color: #eea236; } .btn.btn-default:hover { - /* background: #4af25d; */ - /* background: #ff7394; */ - background: orange; - color: #333; - font-family: Ubuntu, Arial, sans-serif; font-weight: bold; - border-color: #927143; } - -input { - border-radius: 3px; - border: none; - border: 1px solid #ccc; +/**/ +/* TABLE */ +table.table { + margin:0; } - -div.dataTables_length label, -div.dataTables_filter label, -div.dataTables_info { - font-family: Ubuntu, Arial, sans-serif ; +table.table thead { + padding:0; +} +table.table tbody { + padding:0; +} +table.table tr { + padding:0; +} +table.table td { + padding:0; +} +/* INSTITUTION */ +div#institution { + color:black; +} +.form-hint { + font-size:11pt; + font-style:italic; + color:gray; } +.form-hint { + font-size:11pt; + font-style:italic; + color:gray; +} -/* QUERYTABLE */ - -div.QueryTable table.dataTable th { - font: bold 12px/22px Ubuntu, Arial, sans-serif; - color: #333 ; - border-right: 0px solid #333 ; - border-bottom: 0px solid #C1DAD7 ; - border-top: 0px solid #C1DAD7 ; - letter-spacing: 1px; - text-transform: uppercase; - text-align: left; - padding: 8px 12px 4px 20px; - vertical-align:middle; - background: url('../img/tablesort-header.png') no-repeat ; -} -div.QueryTable table.dataTable td, div.QueryTable table.dataTable textarea, div.QueryTable table.dataTable input [type="text"] { - font: normal 12px Ubuntu, Arial, Helvetica, sans-serif; - border-right: 0px solid #fff ; - border-bottom: 1px solid #fff ; +/* TICKET REQUEST */ +div#ticket-request { + color:black; } - -div.QueryTable table.dataTable thead { - background: url('../img/tablesort-header.png') repeat-x ; - background-color: #caebea; +.form-hint { + font-size:11pt; + font-style:italic; + color:gray; } - -div.QueryTable table.dataTable tfoot { - background: url('../img/tablesort-header.png') repeat-x ; - /* background-color: # ; */ +div#ticket-request p { + margin:20px 0; } +ul.nav-tabs {} +ul.nav-tabs ul {} +ul.nav-tabs li {} -/* QUERY EDITOR */ - -table.query-editor { - margin: 40px auto ; - clear: both; - /* width: 80%;*/ - width: 100% ; - font-family: Ubuntu; +ul.nav-section li a { + border-bottom:0; +} +ul.nav-section li:first-child { + padding:0; +} +/* it used to give space for the icon, which has been removed +ul.nav-section li:first-child a { + font-weight:bold; + padding:6px 15px 4px 15px; +} +ul.nav-section li:first-child.active a { + padding:6px 15px 3px 15px; } -.query-editor-spacer, -.plugin.QueryUpdater, -.plugin.Tabs { - margin-top: 60px !important; -/* Thierry : turning this off -.plugin.Tabs -Thierry */ -{ - margin-top: 60px ; ->>>>>>> 804932e8a431ddbf0d7c56457625457967b48d4c:portal/static/css/onelab_marko.css +*/ +ul.nav-section li:first-child img { + margin:0 4px 1px 0; + padding:0; } -table.query-editor td { - padding: 5px 5px ; - font: normal 12px Ubuntu, Arial, sans-serif ; +ul.nav-resources { + margin:15px 0; +} +ul.nav-resources a { + padding: 4px 10px 5px 10px; } +/* SLICE VIEW */ -/* DASHBOARD */ -#ms-dashboard-profile, -#ms-dashboard-testbeds, -#ms-dashboard-slices { - -webkit-transition: all 50ms ease-out; - -moz-transition: all 50ms ease-out; - -o-transition: all 50ms ease-out; - transition: all 0.05s ease-out; - padding-top: 140px; - padding-bottom: 60px; - margin-top: 60px; - color: #777777; - font-family: Ubuntu, Arial, sans-serif; - text-align: center; - +div#slice-view { + margin:0; } -#ms-dashboard-profile:hover, -#ms-dashboard-testbeds:hover, -#ms-dashboard-slices:hover { - margin-top: 65px; +/* FACILITY/TESTBED filters */ +div.sl-filter-facilities { + padding:0 5px; } - -#ms-dashboard-profile { - background: url("../img/icon_users_color.png") top center no-repeat; +div.sl-filter-facilities h4 { + margin-bottom:15px; + } - -#ms-dashboard-testbeds { - background: url("../img/icon_testbed_color.png") top center no-repeat; +img.sl-image { + margin:0 5px 5px 0; + padding:0; + vertical-align:middle; } - -#ms-dashboard-slices { - background: url("../img/icon_slices_color.png") top center no-repeat; +a.sl-facility { + color:gray; + text-decoration:none; } - -.ms-dashboard-content ul { - list-style-type: none ; - padding-left: 0; - text-align: center ; +a.sl-facility:hover { + color:#342961; } - -.ms-dashboard-content { - padding: 0 !important; +a.sl-facility.active { + color:black; + text-decoration:none; } - -.ms-dashboard-content a { -/* color: #ff7394 !important; */ - color: orange !important; -/* color: #ff0099 !important; */ +a.sl-facility::before { + content: " "; } - -.ms-dashboard-content a:hover { - color: red !important; +div.sl-facilities { + border-bottom:#CCCCCC 1px solid; + padding-bottom:15px; + margin-bottom:15px; } -.ms-dashboard-caption h2 { - font-family: Ubuntu, Arial, sans-serif; - border-bottom: 0 !important; - text-transform: uppercase; - color: #777777 !important; +div.sl-facilities:last-child { + border:0; } - -#ms-dashboard-profile>div.ms-dashboard-caption { - background: no-repeat url(#) ; - padding-left: 0 ; -} - -#ms-dashboard-testbeds>div.ms-dashboard-caption { - background: no-repeat url(#) ; - padding-left: 0 ; -} - -#ms-dashboard-slices>div.ms-dashboard-caption { - background: no-repeat url(#) ; - padding-left: 0 ; -} - -.simplelist { - font-size: 100%; - text-align: center !important; - margin: 0 auto; +a.sl-testbed { + color:gray; + text-decoration:none; + margin-left:25px; + margin-bottom:5px; } - -/*** NEW CSS STYLES FOR ONLEAB ***/ - -body { - background-color:white; +a.sl-testbed:hover { + color:#342961; +} +a.sl-testbed.active { color:black; } -div.wrapper { - width:980px; +div#slice-info { + margin-top:25px; +} +div#slice-info table { + width:100%; margin:0 auto; - position:relative; } -/* HEADER */ -div#header { - height:100px; - background-color:white; +div#slice-info table td:first-child { + text-align:right; + font-weight:bold; + padding-right:15px; } - -div#secondary { - +div#slice-info td { + padding:5px; } -div#secondary ul { - position:absolute; - top:20px; - right:0; +/* SLICE VIEW sections */ +.slice-sections, .slice-pending { + margin:0; + padding:0; } - -div#secondary li { - font-size:10pt; - float:left; - list-style:none; - margin-right:30px; +.slice-sections ul, .slice-pending ul { + margin:0; + padding:0; } -div#secondary li a { +.slice-pending ul { + width:400px; + margin:0 auto 15px auto; +} +.slice-sections li { + text-align:left; + margin:0; + padding:0; +} +.slice-pending li { + padding-right:15px; +} +.slice-sections li a, .slice-pending li a { + font-size:14px; color:black; + padding:0; } -div#secondary li a:hover { - color:#270A5A; - text-decoration:none; +.slice-sections li.active a, .slice-pending li.active a { + color:#201E62; + background-color:#EFEFEF; + text-decoration:underline; + padding:0; } -div#secondary li:last-child { - margin-right:0; +.slice-sections ul.nav-pills li a:hover, .slice-pending ul.nav-pills li a:hover { + text-decoration:underline; + background-color:#EFEFEF; + color:black; } +.slice-sections ul.nav-pills li.active, .slice-pending ul.nav-pills li.active { -div#navigation { - background-color:black; - width:100%; - height:40px; } -div#navigation div.wrapper { +.slice-sections li:first-child, .slice-sections li:first-child a { + color:#201E62; + font-weight:bold; +} +.slice-experiment { + text-align:right; + padding:0; +} +.slice-experiment button { + margin:3px 0 0 0; + background-color:#CC4125; + color:white; +} + +.slice-pending { +} +.slice-pending button { + font-size:9pt; + margin:-2px 0 0 0; + padding:3px 5px; +} +.slice-pending button.apply { +} +.slice-pending button.clear { +} +tr.active, tr.active td { + background-color:#FFFFCC !important; +} +div.dataTables_filter label{ + float:left; + width:400px; +} + +div.sl-filter-resources { + margin:10px 0; text-align:center; } -div#navigation ul { - margin:0; +span.sl-resources { + font-size:9pt; + color:gray; +} +a.sl-resources { + font-size:9pt; + border:0; + padding:2px 8px; + margin:0 5px; + -moz-border-radius: 2px; + border-radius: 2px; + text-align: center; +} +a.sl-resources.active, a.sl-resources.active:hover, a.sl-resources.active:focus { + border:0; + padding:2px 8px; + -moz-border-radius: 2px; + border-radius: 2px; + background-color:#FFA500; + color:#000000; +} +a.sl-resources:first-child { +} +button.btn-apply { + background-color:#FFA500; + border-bottom: 2pt solid #FFCA00; + color:black; + font-size:13px; + padding:2px 8px; + margin:0 5px; + -moz-border-radius: 2px; + border-radius: 2px; + text-align: center; +} + +/**/ +.header { + -moz-box-shadow: 0 0 1px rgba(82,82,82,0.6); + -webkit-box-shadow: 0 0 1px rgba(82,82,82,0.6); + box-shadow: 0 0 1px rgba(82,82,82,0.6); + height:60#px; + background-color:white; +} +div.navigation { + +} +div.navigation ul { + margin:26px 0 0 0; padding:0; display: inline-block; list-style-type: none; white-space: nowrap; } -div#navigation li { - color:white; - font-family:helvetica, sans-serif; - font-size:10pt ; +div.navigation li { + color:#0C0047; + font-family:open_sansbold, sans-serif; + font-size:9pt; font-weight:normal; line-height:0.8em; - letter-spacing:0.6pt; + letter-spacing:0.4pt; list-style:none; float:left; - padding:0; - margin:15px 50px 0 0; + padding:0 15px; + margin:0; + text-transform:uppercase; } -div#navigation li a { - color:white; +div.navigation li:hover { } -div#navigation li a:hover { +div.navigation li a { + color:#0C0047; +} +div.navigation li a:hover, div.navigation li a.current { + color:#760073; text-decoration:none; - color:#B8B2FF; } -div#navigation li:last-child { + +div.navigation li:last-child { margin-right:0; } +div.secondary { + text-align:right; +} -/* HOME DASHBOARD */ -div#home-dashboard { - color:black; - margin:25px 0; +div.secondary ul { + margin:6px 0 0 0; + padding:0; } -div#home-dashboard table { - margin:25px; - width:100%; + +div.secondary li { + font-size:9pt; + display:inline; + list-style:none; + margin:0px; + padding:0; + margin-right:15px; + color:#747474; + letter-spacing:0.4px; } -div#home-dashboard table td { - text-align:center; - padding:15px 0; - width:33%; +div.secondary li:last-child { + margin-right:0; } -div#home-dashboard table tr:first-child td { - font-size:12pt; - font-weight:bold; - color:#270A5A; +div.secondary li a { + color:#747474; } -div#home-dashboard table tr:last-child td { - text-align:left; +div.secondary li a:hover { + text-decoration:none; } -div#home-dashboard table td.support { - font-size:14pt; - vertical-align:top; - padding-left:11%; +div.secondary .button { + width:300px; + margin-top:15px; } -div#home-dashboard table td.support a { +div.secondary .account { + margin-top:10px; + padding:0; + font-size:9pt; + color:gray; + text-align:right; } -div#home-dashboard table td.support a:hover { - text-decoration:none; +div.secondary .account span { + font-size:8pt; +} +div.secondary .account a { + color:black; } +div.home { + padding-top:50px; +} +div.home h1 { + font-size:22pt; + border:0; +} +div.home h3, div.home h4 { + color:#424242; + line-height:1.4em; +} -.login-submit { - vertical-align:middle; +div.home h3 a { + color:#FD6D2C; +} +div.dashboard { +} +div.dashboard a { + color:#206090; +} + +div.dashboard a:hover { + text-decoration:underline; +} +div.dashboard div.projects-tree { + margin-left:49px; +} +div.dashboard ul { + list-style-type:disc; + list-style-position:inside; + text-align:left; + margin:0 0 15px 0; padding:0; + } -.lost-password { - font-size:10pt; - color:#CCCCCC; - text-align:right; - padding:0px; +div.dashboard ul ul { + margin:5px 0 15px 25px; + list-style:none; } -.lost-password a { +div.dashboard li { + margin:0 0 5px 0; + padding:0; } -.login-signup { - border-top:1px solid #CCCCCC; +div.dashboard ul ul li { + margin:0; +} +div.dashboard ul ul a { +} +div.dashboard h3 { + border-bottom:1px solid #E0E0E0; + margin-right:15px; + margin-bottom:25px; +} +div.dashboard h3 a { + color:#201E62; +} +div.dashboard h3 img { + margin:15px 15px 15px 0; +} +div.dashboard span.glyphicon { text-align:center; - margin-top:15px; - padding:5px 0 0 0; + width:45px; + height:25px; } -/**/ - -/* NAV TABS */ - -.nav.nav-tabs { +div.dashboard-create-slice { + display:none; +} +div.experiment-tools { +} +div.experiment-tools h4 { + border-bottom:1px solid #E0E0E0; + margin:25px 15px 25px 0; + padding-bottom:5px; +} +div.experiment-tools .jfed { + text-align:center; + margin-right:25px; +} +div.experiment-tools button { + margin:0; + padding:7px 10px 4px 0; + color:white; + vertical-align:middle; } -.nav.nav-tabs li.active a { - +div.experiment-tools button span { + margin:0; + padding:0; } -.nav.nav-tabs li a { +div.dataTables_filter label{ + float:left; + width:400px; +} +div.breadcrumbs { + margin:15px 0; + color:gray; + font-size:10pt; } -.nav.nav-tabs li a:hover { +.sublabel { + color:gray; + font-style:italic; + font-weight:normal; +} +.tab-pane { + padding-top:25px; } +/* Service Directory */ -/**/ -/* WELL */ -div.well { +div#appservices div.row { + border-bottom: 1px solid; + border-color:#dddddd; + padding: 15px 15px; } -/**/ -/* BUTTON */ -.btn.btn-default { - font-weight: bold; + +div.portfolio-item img{ + width: 150px; } -.btn.btn-default:hover { +div.portfolio-item p[id*='name-'] { font-weight: bold; -} \ No newline at end of file + cursor: pointer; +}