|
@@ -1,6 +1,8 @@
|
|
|
/*****************************************************
|
|
|
* MAIN - PUBLIC ADMIN CSS *
|
|
|
*****************************************************/
|
|
|
+/* Adding default generic style for non chamilo_X themes */
|
|
|
+@import url('../base.css');
|
|
|
|
|
|
/* the sticky effect */
|
|
|
html {
|
|
@@ -891,88 +893,30 @@ input.liteoption {
|
|
|
/*****************************************************
|
|
|
* DISPLAY MESSAGES *
|
|
|
*****************************************************/
|
|
|
-/* normal and erro message-box */
|
|
|
+/* normal and error message-box */
|
|
|
.normal-message {
|
|
|
- position: relative;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
- min-height: 30px;
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
border: 1px solid #dcdcdc;
|
|
|
- padding: 6px;
|
|
|
color: #00407F;
|
|
|
background-color: #E5EDF9;
|
|
|
}
|
|
|
.warning-message {
|
|
|
- position: relative;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
- padding: 6px;
|
|
|
border: 1px solid #FFB30F;
|
|
|
color: #000;
|
|
|
background-color: #FFEFA7;
|
|
|
- min-height: 30px;
|
|
|
}
|
|
|
.confirmation-message {
|
|
|
- position: relative;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
- padding:6px;
|
|
|
border: 1px solid #1F8323;
|
|
|
color: #2F4F4F;
|
|
|
background-color: #CAF0C7;
|
|
|
- min-height: 30px;
|
|
|
}
|
|
|
.error-message {
|
|
|
- position: relative;
|
|
|
- margin-top: 10px;
|
|
|
- margin-bottom: 10px;
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
- padding: 6px;
|
|
|
border: 1px solid #FF0000;
|
|
|
color: #000;
|
|
|
background-color: #FFD1D1;
|
|
|
- min-height: 30px;
|
|
|
-}
|
|
|
-.confirmation-message .bottom-link, .error-message .bottom-link, .normal-message .bottom-link, .warning-message .bottom-link {
|
|
|
- position: absolute;
|
|
|
- bottom: 0.2em;
|
|
|
- right: 0.5em;
|
|
|
}
|
|
|
/* New training */
|
|
|
.bottom-link {
|
|
|
- border: 2px outset;
|
|
|
- text-decoration: none;
|
|
|
- background-color:#E5EDF9;
|
|
|
- border-color: #D4E2F6;
|
|
|
background-image:url(images/button_back.jpg);
|
|
|
- background-position:10px 50%;
|
|
|
- background-repeat:no-repeat;
|
|
|
- font-size:100%;
|
|
|
- margin-top:1px;
|
|
|
- padding:5px 20px;
|
|
|
- vertical-align:middle;
|
|
|
- padding-left:35px;
|
|
|
- display:block;
|
|
|
-}
|
|
|
-.bottom-link:active {
|
|
|
- border: 2px inset;
|
|
|
-}
|
|
|
-.bottom-link:link {
|
|
|
- border-style: solid;
|
|
|
- border-width : 1px 2px 2px 1px;
|
|
|
- text-decoration : none;
|
|
|
- border-color : #69f #00f #00f #69f;
|
|
|
-}
|
|
|
-.bottom-link:hover {
|
|
|
- border-color: #ccc;
|
|
|
- color: #111;
|
|
|
}
|
|
|
/**********************************************
|
|
|
* DOCUMENT MODULE *
|