includes/clientside/css/enano-shared.css
changeset 522 fd46b1bf708e
parent 501 9367161b2457
child 523 9d239396be42
equal deleted inserted replaced
519:94214ec0871c 522:fd46b1bf708e
   743 
   743 
   744 fieldset legend a.expander-open:hover {
   744 fieldset legend a.expander-open:hover {
   745   background-image: url(../../../images/expander/open-prelight.gif);
   745   background-image: url(../../../images/expander/open-prelight.gif);
   746 }
   746 }
   747 
   747 
       
   748 /* Flown-in mini prompts */
       
   749 
       
   750 div.miniprompt {
       
   751   position: absolute;
       
   752 }
       
   753 
       
   754 div.miniprompt div.mp-top, div.miniprompt div.mp-bottom {
       
   755   width: 388px;
       
   756   height: 57px;
       
   757   background-image: url(../../../images/prompt-top.png);
       
   758   background-repeat: no-repeat;
       
   759 }
       
   760 
       
   761 div.miniprompt div.mp-bottom {
       
   762   height: 67px;
       
   763   background-image: url(../../../images/prompt-bottom.png);
       
   764 }
       
   765 
       
   766 div.miniprompt div.mp-body {
       
   767   padding: 0 44px 10px 44px;
       
   768   width: 300px;
       
   769   background-image: url(../../../images/prompt-body.png);
       
   770   background-repeat: repeat-y;
       
   771   background-position: center center;
       
   772 }
       
   773 
       
   774 div.miniprompt h3 {
       
   775   /* fix padding issues on firefox */
       
   776   margin: 0 0 10px 0;
       
   777 }
       
   778 
       
   779 /* for buttons */
       
   780 div.miniprompt div.mp-buttons {
       
   781   text-align: right;
       
   782   position: relative;
       
   783   top: 10px;
       
   784 }