Giter VIP home page Giter VIP logo

Comments (2)

 avatar commented on August 29, 2024

Changing the HTML in such a way that the middle column becomes a TD on it's own TR, at the top, solves all problems on mobile.

Original code:

<tbody>
<tr>
  		<td class="fc-header-left">
			<span class="fc-button fc-button-prev fc-state-default fc-corner-left" unselectable="on"><span class="fc-icon fc-icon-left-single-arrow"></span></span><span class="fc-button fc-button-next fc-state-default fc-corner-right" unselectable="on"><span class="fc-icon fc-icon-right-single-arrow"></span></span><span class="fc-header-space"></span><span class="fc-button fc-button-today fc-state-default fc-corner-left fc-corner-right fc-state-disabled" unselectable="on">Vandaag</span>
		</td>
  		<td class="fc-header-center">
			<span class="fc-header-title"><h2>maart 2017</h2></span>
		</td>
		<td class="fc-header-right">
			<span class="fc-button fc-button-month fc-state-default fc-corner-left fc-state-active" unselectable="on">Maand</span><span class="fc-button fc-button-agendaWeek fc-state-default" unselectable="on">Week</span><span class="fc-button fc-button-agendaDay fc-state-default fc-corner-right" unselectable="on">Dag</span>
		</td>
	</tr>
</tbody>

Picture (original code):
schermafbeelding 2017-03-28 om 16 42 45

My alternative:

<tbody>
	<tr>
  		<td colspan="3" class="fc-header-center">
			<span class="fc-header-title"><h2>maart 2017</h2></span>
		</td>
  </tr> <tr>
  		<td class="fc-header-left">
			<span class="fc-button fc-button-prev fc-state-default fc-corner-left" unselectable="on"><span class="fc-icon fc-icon-left-single-arrow"></span></span><span class="fc-button fc-button-next fc-state-default fc-corner-right" unselectable="on"><span class="fc-icon fc-icon-right-single-arrow"></span></span><span class="fc-header-space"></span><span class="fc-button fc-button-today fc-state-default fc-corner-left fc-corner-right fc-state-disabled" unselectable="on">Vandaag</span>
		</td>
		<td class="fc-header-right" colspan="2">
			<span class="fc-button fc-button-month fc-state-default fc-corner-left fc-state-active" unselectable="on">Maand</span><span class="fc-button fc-button-agendaWeek fc-state-default" unselectable="on">Week</span><span class="fc-button fc-button-agendaDay fc-state-default fc-corner-right" unselectable="on">Dag</span>
		</td>
	</tr>
</tbody>

Picture (alternative code):
schermafbeelding 2017-03-28 om 16 57 18

from calendar.

 avatar commented on August 29, 2024

see #55

from calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.