mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
12 lines
No EOL
252 B
CSS
12 lines
No EOL
252 B
CSS
#message {
|
|
width: 500px;
|
|
height: 100px;
|
|
background-color: #fafafa;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border: 1px solid #cccccc;
|
|
margin-bottom: 10px;
|
|
padding: 5px;
|
|
font-size: 1.1em;
|
|
} |