Skip to content
Snippets Groups Projects
Commit 6b4e7374 authored by Martin Mareš's avatar Martin Mareš
Browse files

CSS: Třída pro elementy, které mají tool-tip (title)

parent 4e37d32d
No related branches found
No related tags found
1 merge request!97Import orgů
...@@ -70,6 +70,12 @@ span.unknown { ...@@ -70,6 +70,12 @@ span.unknown {
color: red; color: red;
} }
.has-tip {
text-decoration: underline dashed;
}
/* Tables */
table.data { table.data {
border-collapse: collapse; border-collapse: collapse;
margin-top: 2ex; margin-top: 2ex;
...@@ -388,6 +394,8 @@ div.alert + div.alert { ...@@ -388,6 +394,8 @@ div.alert + div.alert {
max-height: 100vh; max-height: 100vh;
} }
/* User messages */
div.message { div.message {
padding: 5px 10px; padding: 5px 10px;
margin-bottom: 5px; margin-bottom: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment