diff --git a/icons/heures/hd05.png b/icons/heures/hd05.png
deleted file mode 100644
index 35a9a1f0..00000000
Binary files a/icons/heures/hd05.png and /dev/null differ
diff --git a/icons/heures/hd05.svg b/icons/heures/hd05.svg
new file mode 100644
index 00000000..d98f1431
--- /dev/null
+++ b/icons/heures/hd05.svg
@@ -0,0 +1,58 @@
+
+
diff --git a/icons/heures/hd05br.png b/icons/heures/hd05br.png
deleted file mode 100644
index bdc5b95f..00000000
Binary files a/icons/heures/hd05br.png and /dev/null differ
diff --git a/icons/heures/hd08.png b/icons/heures/hd08.png
deleted file mode 100644
index 72992426..00000000
Binary files a/icons/heures/hd08.png and /dev/null differ
diff --git a/icons/heures/hd08.svg b/icons/heures/hd08.svg
new file mode 100644
index 00000000..4edd18fc
--- /dev/null
+++ b/icons/heures/hd08.svg
@@ -0,0 +1,58 @@
+
+
diff --git a/icons/heures/hd08br.png b/icons/heures/hd08br.png
deleted file mode 100644
index 31ef014d..00000000
Binary files a/icons/heures/hd08br.png and /dev/null differ
diff --git a/icons/heures/hd12.png b/icons/heures/hd12.png
deleted file mode 100644
index 4cfc61e5..00000000
Binary files a/icons/heures/hd12.png and /dev/null differ
diff --git a/icons/heures/hd12.svg b/icons/heures/hd12.svg
new file mode 100644
index 00000000..7d56c96d
--- /dev/null
+++ b/icons/heures/hd12.svg
@@ -0,0 +1,58 @@
+
+
diff --git a/icons/heures/hd12br.png b/icons/heures/hd12br.png
deleted file mode 100644
index c5ec83c3..00000000
Binary files a/icons/heures/hd12br.png and /dev/null differ
diff --git a/styles/simple.css b/styles/simple.css
index faa6891f..451dd31d 100644
--- a/styles/simple.css
+++ b/styles/simple.css
@@ -225,6 +225,12 @@
margin-right: 10px;
}
+.button-img {
+ width: 8%;
+ height: 8%;
+ border-width: 0;
+}
+
.foundryvtt-reve-de-dragon .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
@@ -348,8 +354,8 @@
/* ======================================== */
/* Sheet */
-.sheet header.sheet-header .flex-group-center.flex-hp, .sheet header.sheet-header .flex-group-center.flex-fatigue {font-family: "GrenzeGotisch-Regular";}
-.sheet header.sheet-header .flex-hp {text-align: right;}
+.sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-actions-bar {font-family: "GrenzeGotisch-Regular";}
+.sheet header.sheet-header .flex-compteurs {text-align: right;}
.sheet header.sheet-header .resource-content {width: 3rem;}
.window-app.sheet .window-content .sheet-header{
@@ -365,16 +371,6 @@
background: #f5f4f1 url("img/bg_left.jpg") no-repeat left top;
}
-.sheet header.sheet-header img {
- flex: 0 0 64px;
- height: 64px;
- width: 64px;
- object-fit: cover;
- object-position: 50% 0;
- margin: 0.5rem;
- border: none;
-}
-
section.sheet-body{padding: 0.25rem 0.5rem;}
.sheet nav.sheet-tabs {
@@ -556,7 +552,7 @@ button {
.table-fatigue .fatigue-malus {
font-size: 0.8rem;
}
- .flex-fatigue {
+ .flex-actions-bar {
flex-grow: 2;
}
@@ -883,6 +879,7 @@ background: rgba(0, 0, 0, 0.5);
.tooltip .tooltiptext {
visibility: hidden;
width: 360px;
+ background-color: rgba(0,0,0,0.9);
text-align: center;
padding: 5px 0;
border-radius: 6px;
@@ -890,7 +887,8 @@ background: rgba(0, 0, 0, 0.5);
/* Position the tooltip text */
position: absolute;
z-index: 1;
- left: -100%;
+ top: 30px;
+ left: -30%;
/* Fade in tooltip */
opacity: 0;
diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html
index 1c1f2269..386907ef 100644
--- a/templates/actor-sheet.html
+++ b/templates/actor-sheet.html
@@ -2,48 +2,69 @@
{{!-- Sheet Header --}}