מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

Enhancements for MediaWiki:Anoneditwarning
מאין תקציר עריכה
שורה 486: שורה 486:
     border-bottom: 1px dotted #696969;
     border-bottom: 1px dotted #696969;
     cursor: help;
     cursor: help;
}
/* עיצוב לתיבת משוב */
#feedbackTextArea {
    height: 36px;
    width: auto;
    overflow: auto;
    color: #999999;
}
.feedbackWrapper {
    text-align: center;
    margin-top: 1em;
}
.feedbackDiv {
    display: inline-block;
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}
#feedbackTitle {
    width: 250px;
    color: #999999;
}
#feedbackHelpDiv {
    text-align: right;
    font-size:small;
    font-weight:normal;
}
#loadFeedbackHelp {
    cursor: pointer;
}
#feedbackSubmit {
    font-weight: normal;
}
}