diff --git a/assets/css/main.css b/assets/css/main.css index 46e364e..90a8315 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,23 +14,25 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - + /* Styling für Handy */ @import url(normalize.css); +/* Popupbox stylen */ .message { max-width: 30em; margin: 0 auto 15px; padding: 4px 12px; } - +/* Aussehen im Erfolgsfall */ .message.error { background-color: #ffdddd; border-left: 6px solid #f44336; } - +/* Aussehen im Fehlerfall */ .message.sucsses { background-color: #ddffdd; border-left: 6px solid #4CAF50; } +/* Position der Box */ .modal { position: relative; z-index: 1;