blob: 3adc09891aa1600746fe1eee816bf27b46aa8591 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.message-pane {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background: #ffffff url(../images/bg-error.png) left top no-repeat;
z-index: 999999;
}
.message-pane-content {
font-size: 12px;
color: #262626;
line-height: normal;
clear: both;
}
.message-pane-message-box {
margin-top: 72px;
padding-left: 100px;
}
.message-pane-title {
margin-bottom: 16px;
color: #728e9b;
font-size: 16px;
font-family: 'Roboto Slab';
font-style: normal;
font-weight: bold;
float: left;
}